XPToolbarIconLibrary.st
changeset 3099 54cc24372bf7
parent 3097 5286512e548c
child 3100 2a77148cdbf9
equal deleted inserted replaced
3098:7126f6c17c71 3099:54cc24372bf7
  2866     <resource: #programImage>
  2866     <resource: #programImage>
  2867 
  2867 
  2868     ^ self newImage22x22Icon
  2868     ^ self newImage22x22Icon
  2869 !
  2869 !
  2870 
  2870 
       
  2871 saveImageAsMethodAsIcon
       
  2872     <resource: #programImage>
       
  2873 
       
  2874     ^ self saveAsMethodAs22x22Icon2
       
  2875     "/ ^ self saveImageAsMethod22x22Icon
       
  2876 !
       
  2877 
  2871 saveImageAsMethodIcon
  2878 saveImageAsMethodIcon
  2872     <resource: #programImage>
  2879     <resource: #programImage>
  2873 
  2880 
  2874     ^ self saveAsMethod22x22Icon2
  2881     ^ self saveAsMethod22x22Icon2
  2875     "/ ^ self saveImageAsMethod22x22Icon
  2882     "/ ^ self saveImageAsMethod22x22Icon
  3031 ! !
  3038 ! !
  3032 
  3039 
  3033 !XPToolbarIconLibrary class methodsFor:'documentation'!
  3040 !XPToolbarIconLibrary class methodsFor:'documentation'!
  3034 
  3041 
  3035 version
  3042 version
  3036     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.25 2004-10-25 16:14:09 cg Exp $'
  3043     ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.26 2004-10-25 16:22:36 cg Exp $'
  3037 ! !
  3044 ! !