XPToolbarIconLibrary.st
changeset 5292 2b847f6bd8f8
parent 5277 6ad830933145
child 5300 63d3259e0ecc
--- a/XPToolbarIconLibrary.st	Fri Feb 27 17:06:48 2015 +0100
+++ b/XPToolbarIconLibrary.st	Sun Mar 01 17:56:09 2015 +0100
@@ -6557,6 +6557,54 @@
 
 !XPToolbarIconLibrary class methodsFor:'image specs-tools-FileBrowser-Filetypes'!
 
+fileTypeAddOnLinked
+    "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 fileTypeAddOnLinked inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAddOnLinked
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeAddOnLinked'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@XFA XD0@@@@@@@@@@@@@@@@@XC1\WB@@@@@@@@@@@@@@@@@@XCA@W@0@@@@@@@@@@@@@@
+@A LE0@P@0@@@@@@@@@@@@@@@A WC@LC@0@@@@@@@@@@@@@@@A FGPL@@@@@@@@@@@@@@@@@@A C@0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[169 169 169 122 122 122 121 121 121 214 214 214 101 102 101 139 139 139 138 138 138 111 111 111 204 204 204 150 150 150 111 112 112 100 99 100 154 154 154 87 87 87 140 140 140 66 66 66 45 45 45 122 121 121 131 131 131 224 224 224 190 195 204 102 102 102 101 101 101 0 0 0 241 241 241 133 133 133 99 99 99 112 112 112 237 243 254 184 184 184]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?@@@?@@@?@@@?@@@?@@@?O @?O @?O @?_ @?_ @?^@@?\@@?@@@?@@@?@@@?@@@?') ; yourself); yourself]
+!
+
+fileTypeAddOnLocked
+    "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 fileTypeAddOnLocked inspect
+     ImageEditor openOnClass:self andSelector:#fileTypeAddOnLocked
+     Icon flushCachedIcons
+    "
+
+    <resource: #image>
+
+    ^Icon
+        constantNamed:'XPToolbarIconLibrary fileTypeAddOnLocked'
+        ifAbsentPut:[(Depth8Image new) width:18; height:18; bits:(ByteArray fromPackedString:'
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
+@@@@@@@@@@@@@@@#H!!8"H0@@@@@@@@@@@@@@@BLJACXDB"L@@@@@@@@@@@@@@BHDQ$YFABH@@@@@@@@@@@@@@A86B@ HM!!8@@@@@@@@@@@@@@BHDQ$YFABH@
+@@@@@@@@@@@@@BLJACXDB"L@@@@@@@@@@@@@@@@#H!!8"H0@@@@@@@@@@@@@@@@@@@@@@@@@@') ; colorMapFromArray:#[163 195 216 173 203 221 147 163 174 180 207 223 245 117 117 132 176 205 116 131 143 144 161 172 255 255 255 143 183 209 249 207 207 119 126 130 141 160 171 144 183 209 170 200 218 152 189 212 118 146 161 173 202 220 170 200 219 137 149 157 127 137 142 168 200 224 133 179 205 128 169 196 121 122 123 98 128 148 131 139 144 129 171 196 113 124 132 159 189 211 250 250 250 153 190 212 177 205 223 171 171 171 220 220 220 176 176 176 176 205 223 203 203 203 171 200 219 136 148 158 122 123 123 112 139 156 182 208 224 216 216 216 162 195 216 119 133 144 132 139 144 175 175 175 176 205 222 120 150 168 120 126 131 224 226 227 120 121 122 174 204 220 239 29 29 0 0 0 167 192 209 171 200 220 161 189 206 178 205 223 214 214 214 123 133 140 95 131 153 124 124 124 174 203 222 124 146 160 218 218 218 143 143 143 114 125 132 120 150 169 238 16 17]; mask:((ImageMask new) width:18; height:18; bits:(ByteArray fromPackedString:'@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@@@?@A<?@C>?@C>?@C>?@C>?@C>?@A<?@@@?') ; yourself); yourself]
+!
+
 fileTypeBinaryFileIcon
     "This resource specification was automatically generated
      by the ImageEditor of ST/X."
@@ -7188,10 +7236,10 @@
 !XPToolbarIconLibrary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.133 2015-02-23 10:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.134 2015-03-01 16:56:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.133 2015-02-23 10:17:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/XPToolbarIconLibrary.st,v 1.134 2015-03-01 16:56:09 cg Exp $'
 ! !