class: GenericToolbarIconLibrary
authorClaus Gittinger <cg@exept.de>
Sat, 09 May 2015 22:19:20 +0200
changeset 5344 98e14a580110
parent 5337 3c3e7b1faaed
child 5345 8f8008839eb2
class: GenericToolbarIconLibrary added: #addTab22x22Icon
GenericToolbarIconLibrary.st
--- a/GenericToolbarIconLibrary.st	Tue Apr 21 15:47:05 2015 +0200
+++ b/GenericToolbarIconLibrary.st	Sat May 09 22:19:20 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2001 by eXept Software AG
               All Rights Reserved
@@ -6838,6 +6836,32 @@
 
 !GenericToolbarIconLibrary class methodsFor:'image specs-22x22'!
 
+addTab22x22Icon
+    "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 addTab22x22Icon inspect
+     ImageEditor openOnClass:self andSelector:#addTab22x22Icon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary addTab22x22Icon'
+        ifAbsentPut:[(Depth8Image new) width:22; height:22; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ HB@@@@@@@@@@@@@@@@@@@@@@@@@@HB@ @@@@@@@@@@@@@@@@@@@@@@@@@B@ H@@@@@@@@@@@@@@@@@
+@@@@@@@@@ HB@@@@@@@@@@@@@@@@@@@@@ HB@ HB@ HB@ H@@@@@@@@@@@@@@@HB@ HB@ HB@ HB@@@@@@@@@@@@@@@B@ HB@ HB@ HB@ @@@@@@@@@@@@@@
+@@@@@@HB@ @@@@@@@@@@@@@@@@@@@@@@@@@B@ H@@@@@@@@@@@@A@@@@@@@@@@@@@ HB@@@@@@@@@@@@@@@@@@@@@@@@@@HB@ @@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 255 255 0 0 0 127 127 127]; mask:((ImageMask new) width:22; height:22; bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@@C @@C @@C @@C @@?>@@?>B@?>@@C @@C @@C @@C @@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself]
+!
+
 backward22x22_3DIcon
     <resource: #image>
     "This resource specification was automatically generated
@@ -17454,15 +17478,14 @@
 ') ; colorMapFromArray:#[0 0 0 66 66 66 206 206 206 140 140 140 74 74 74 8 8 8 49 49 57 123 115 115 214 214 214 148 148 148 82 82 82 16 16 16 222 222 222 156 156 156 90 90 90 24 24 24 22 22 22 25 25 25 231 231 231 165 165 165 99 99 99 33 33 33 8 16 8 57 49 57 8 8 16 239 239 239 173 173 173 107 107 107 41 41 41 109 109 109 181 181 181 115 115 115 49 49 49 189 189 189 123 123 123 57 57 57 41 33 33 173 165 165 33 33 41 16 8 16 16 16 8 197 197 197 198 198 198 132 132 132 115 107 107]; yourself]
 ! !
 
-
 !GenericToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.239 2015-03-26 10:34:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.240 2015-05-09 20:19:20 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.239 2015-03-26 10:34:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.240 2015-05-09 20:19:20 cg Exp $'
 !
 
 version_HG