GenericToolbarIconLibrary.st
changeset 3271 41c18a8008b7
parent 3239 1238c1fcdb8c
child 3299 f51355adc4b7
--- a/GenericToolbarIconLibrary.st	Fri Feb 24 11:16:27 2006 +0100
+++ b/GenericToolbarIconLibrary.st	Mon Mar 06 09:46:31 2006 +0100
@@ -2953,6 +2953,29 @@
 A?????8@A?????8@A?????8@A?????8@A?????8@C*****(@@@@@@@@@') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?>@_??@_?? _??0_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8_??8') ; yourself); yourself]
 !
 
+newMenuItem22x22Icon
+    "This resource specification was automatically generated
+     by the ImageEditor of ST/X."
+
+    "Do not manually edit this!! If it is corrupted,
+     the ImageEditor may not be able to read the specification."
+
+    "
+     self newMenuItem22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#newMenuItem22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'GenericToolbarIconLibrary class newMenuItem22x22Icon'
+        ifAbsentPut:[(Depth4Image new) width: 22; height: 22; photometric:(#palette); bitsPerSample:(#(4)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@ADP@@@@@@@@@CL3L3@@@@@@@@@@L3L3L@@@@@@@@@@@@@@@@H@@ @B@@QDQDQDQFAFAJ@@AL3L3L3L3 8N@@@D3L3L3L3L8"B@@@S
+L3L3L3"H"H"H@AL3L3L3L3NH  @@D3L3L3L3NC 8@@@2H"H"H"JBJBJ@@@@@@@@@B@@H@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0]; mask:((Depth1Image new) width: 22; height: 22; photometric:(#blackIs0); bitsPerSample:(#(1)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@_??<_??8_??8_??8_??<_??8_??8_??8_??<@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+!
+
 paste22x22Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -5837,12 +5860,24 @@
     <resource: #programImage>
 
     ^ self newDataSet24x24Icon
+!
+
+newRowIcon
+    <resource: #programImage>
+
+    ^ self newMenuItem22x22Icon
+!
+
+removeRowIcon
+    <resource: #programImage>
+
+    ^ self cutMenuItem22x22Icon
 ! !
 
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.40 2006-01-23 15:58:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.41 2006-03-06 08:46:31 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!