tree control icons
authorClaus Gittinger <cg@exept.de>
Sun, 19 Dec 2010 09:21:52 +0100
changeset 4205 9ebe97f40c57
parent 4204 5a23a1ab326b
child 4206 570f1a1e587e
tree control icons
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Sun Dec 19 09:21:35 2010 +0100
+++ b/GenericToolbarIconLibrary.st	Sun Dec 19 09:21:52 2010 +0100
@@ -245,6 +245,48 @@
 KX %_J!!92L3G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@JW,!!5M;T@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L@@<@C8@O8@?8C? O<@? C<@O@@0@@@a') ; yourself); yourself]
 ! !
 
+!GenericToolbarIconLibrary class methodsFor:'image specs-09x09'!
+
+closeIndicatorInTree9x9Icon
+    "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 closeIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#closeIndicatorInTree9x9Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class closeIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z")@Z")@X@I-Z")@Z")KZ*)@UUU;') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself]
+!
+
+openIndicatorInTree9x9Icon
+    "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 openIndicatorInTree9x9Icon inspect
+     ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class openIndicatorInTree9x9Icon'
+        ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z*)(Z*)HX@I@Z*)@Z*)@Z*)@UUU.') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself]
+! !
+
 !GenericToolbarIconLibrary class methodsFor:'image specs-12x12'!
 
 padLockBlack12x12Icon
@@ -6868,6 +6910,14 @@
     ^ self bug28x28Icon
 !
 
+closeIndicatorInTree
+    <resource: #programImage>
+
+    ^ self closeIndicatorInTree9x9Icon
+
+    "Created: / 19-12-2010 / 09:03:52 / cg"
+!
+
 copyIcon
     <resource: #programImage>
 
@@ -6920,6 +6970,14 @@
     ^ self leftDown22x22Icon
 !
 
+openIndicatorInTree
+    <resource: #programImage>
+
+    ^ self openIndicatorInTree9x9Icon
+
+    "Created: / 19-12-2010 / 09:04:06 / cg"
+!
+
 printItIcon
     <resource: #programImage>
 
@@ -8258,11 +8316,11 @@
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.119 2010-12-08 19:57:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.120 2010-12-19 08:21:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.119 2010-12-08 19:57:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.120 2010-12-19 08:21:52 cg Exp $'
 ! !
 
 GenericToolbarIconLibrary initialize!