GenericToolbarIconLibrary.st
changeset 6437 8cebd063aeb5
parent 6426 3926b9ae0a3c
child 6439 5445f50f8b2b
--- a/GenericToolbarIconLibrary.st	Fri Sep 21 12:37:50 2018 +0200
+++ b/GenericToolbarIconLibrary.st	Fri Sep 21 15:33:47 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2001 by eXept Software AG
               All Rights Reserved
@@ -16496,6 +16498,44 @@
 "/    ^ self dart13x11Icon
 !
 
+deprecatedClassIcon
+    <resource: #programImage>
+    
+    ^ self doNotEnterIcon
+
+    "Created: / 21-09-2018 / 15:32:46 / Claus Gittinger"
+!
+
+deprecatedMethodIcon
+    <resource: #programImage>
+    
+    ^ self doNotEnterIcon
+
+    "Created: / 21-09-2018 / 15:28:43 / Claus Gittinger"
+!
+
+doNotEnterIcon
+    "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 doNotEnterIcon inspect
+     ImageEditor openOnClass:self andSelector:#doNotEnterIcon
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'GenericToolbarIconLibrary class doNotEnterIcon'
+        ifAbsentPut:[(Depth1Image width:13 height:11) bits:(ByteArray fromPackedString:'??C0<NA00CB@EY>P''9B@DL@08GC0<@@a')
+            colorMapFromArray:#[255 0 0 255 255 255]
+            mask:((ImageMask width:13 height:11) bits:(ByteArray fromPackedString:'@@@O@A>@O<A?8G? _>A?8C?@G8@O@@@a'); yourself); yourself]
+!
+
 enumTypeBrowserIcon
     <resource: #image>
     "This resource specification was automatically generated
@@ -16662,6 +16702,22 @@
         ]
 !
 
+obsoleteClassIcon
+    <resource: #programImage>
+    
+    ^ self doNotEnterIcon
+
+    "Created: / 21-09-2018 / 15:31:33 / Claus Gittinger"
+!
+
+obsoleteMethodIcon
+    <resource: #programImage>
+    
+    ^ self doNotEnterIcon
+
+    "Created: / 21-09-2018 / 15:28:16 / Claus Gittinger"
+!
+
 packageIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."