GenericToolbarIconLibrary.st
changeset 3075 baf05f5420ac
parent 3074 56b72f8b1492
child 3078 8b342d0254dc
--- a/GenericToolbarIconLibrary.st	Mon Oct 18 12:16:44 2004 +0200
+++ b/GenericToolbarIconLibrary.st	Mon Oct 18 12:37:27 2004 +0200
@@ -59,6 +59,48 @@
 
 !GenericToolbarIconLibrary class methodsFor:'image specs'!
 
+addBuffer13x11Icon1
+    "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 addBuffer13x11Icon1 inspect
+     ImageEditor openOnClass:self andSelector:#addBuffer13x11Icon1
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'GenericToolbarIconLibrary class addBuffer13x11Icon1'
+        ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@;.;.;.; @N???/??8@C.;.;.;.@@Y&Y&Y&XP@FY&Y&Y&D@A&Y&Y&Y!!@@Y&Y&Y&XP@FY&Y&Y&D@@QDQDQDQ@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 0 255 0 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127 170 170 170]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a') ; yourself); yourself]
+!
+
+addBuffer16x16Icon2
+    "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 addBuffer16x16Icon2 inspect
+     ImageEditor openOnClass:self andSelector:#addBuffer16x16Icon2
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:#'GenericToolbarIconLibrary class addBuffer16x16Icon2'
+        ifAbsentPut:[(Depth4Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@ADQDPDQDQ@@D3L>@SL38@@SL38AL3O @@@@@@@@@@@@L3L3L3L3L@@3L3L3L3L0@CL3L6L3X3A L3L3M#M#M @3L3L3X6M @@@@@@@FY @@@@
+@@Y&Y&Y&@@@@@@Y&Y&@@@@@@A Y&@@@@@@A Y&A @@@@A @F@@Xb') ; colorMapFromArray:#[0 0 0 255 255 255 255 0 0 192 192 192 0 0 255 0 255 255 255 255 0 255 0 255 127 0 0 0 127 0 0 0 127 0 127 127 127 127 0 127 0 127 127 127 127]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??;??/?>??;??/?>??;????>??;?? G?@C @U@BR@QDb') ; yourself); yourself]
+!
+
 bug2_25x25Icon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -4477,6 +4519,12 @@
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-tools'!
 
+addBufferIcon
+    <resource: #programImage>
+
+    ^ self addBuffer16x16Icon2
+!
+
 changesBrowserIcon
     <resource: #programImage>
 
@@ -4627,7 +4675,7 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.11 2004-10-18 10:16:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.12 2004-10-18 10:37:27 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!