ResourceSelectionBrowser.st
changeset 3117 ee3f64a07e16
parent 2908 178288821f0a
child 3198 d0f01dc022bb
equal deleted inserted replaced
3116:21e748176901 3117:ee3f64a07e16
   182 ! !
   182 ! !
   183 
   183 
   184 !ResourceSelectionBrowser class methodsFor:'image specs'!
   184 !ResourceSelectionBrowser class methodsFor:'image specs'!
   185 
   185 
   186 iconCategory
   186 iconCategory
       
   187     <resource: #image>
   187     "This resource specification was automatically generated
   188     "This resource specification was automatically generated
   188      by the ImageEditor of ST/X."
   189      by the ImageEditor of ST/X."
   189 
       
   190     "Do not manually edit this!! If it is corrupted,
   190     "Do not manually edit this!! If it is corrupted,
   191      the ImageEditor may not be able to read the specification."
   191      the ImageEditor may not be able to read the specification."
   192 
       
   193     "
   192     "
   194      self iconCategory inspect
   193      self iconCategory inspect
   195      ImageEditor openOnClass:self andSelector:#iconCategory
   194      ImageEditor openOnClass:self andSelector:#iconCategory"
   196     "
   195     
   197 
   196     ^ Icon constantNamed:#'ResourceSelectionBrowser class iconCategory'
       
   197         ifAbsentPut:[
       
   198             (Depth4Image new)
       
   199                 width:18;
       
   200                 height:16;
       
   201                 photometric:(#palette);
       
   202                 bitsPerSample:(#( 4 ));
       
   203                 samplesPerPixel:(1);
       
   204                 bits:(ByteArray 
       
   205                             fromPackedString:'3L0@@@@@@L3L3L@@@@@@@@3L3@@3L3L3L0CL3@LQDQDQD#CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@L#L3L3L3CL3@@3L3L3L0CL3L@@@@@@@@3L3L0@@@@@@L3L');
       
   206                 colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 127 127 127 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 ];
       
   207                 mask:((ImageMask new)
       
   208                             width:18;
       
   209                             height:16;
       
   210                             bits:(ByteArray 
       
   211                                         fromPackedString:'<@O@8@G@3?3@7?;@7?;@7?;@7?;@7?;@7?;@7?;@7?;@7?;@7?;@3?3@8@G@<@O@');
       
   212                             yourself);
       
   213                 yourself
       
   214         ]
       
   215 !
       
   216 
       
   217 iconClass
   198     <resource: #image>
   218     <resource: #image>
   199 
       
   200     ^Icon
       
   201         constantNamed:#'ResourceSelectionBrowser class iconCategory'
       
   202         ifAbsentPut:[(Depth4Image new) width: 18; height: 16; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'3L0@@@@@@L3L3L@@@@@@@@3L3@@3L3L3L0CL3@LQDQDQD#CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@LRH"H"H3CL3@L#L3L3L3CL3@@3L3L3L0CL3L@@@@@@@@3L3L0@@@@@@L3L') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 127 127 127 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]; mask:((Depth1Image new) width: 18; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'<@O@8@G@3?3@7?;@7?;@7?;@7?;@7?;@7?;@7?;@7?;@7?;@7?;@3?3@8@G@<@O@') ; yourself); yourself]
       
   203 !
       
   204 
       
   205 iconClass
       
   206     "This resource specification was automatically generated
   219     "This resource specification was automatically generated
   207      by the ImageEditor of ST/X."
   220      by the ImageEditor of ST/X."
   208 
       
   209     "Do not manually edit this!! If it is corrupted,
   221     "Do not manually edit this!! If it is corrupted,
   210      the ImageEditor may not be able to read the specification."
   222      the ImageEditor may not be able to read the specification."
   211 
       
   212     "
   223     "
   213      self iconClass inspect
   224      self iconClass inspect
   214      ImageEditor openOnClass:self andSelector:#iconClass
   225      ImageEditor openOnClass:self andSelector:#iconClass"
   215     "
   226     
   216 
   227     ^ Icon constantNamed:#'ResourceSelectionBrowser class iconClass'
       
   228         ifAbsentPut:[
       
   229             (Depth2Image new)
       
   230                 width:18;
       
   231                 height:16;
       
   232                 photometric:(#palette);
       
   233                 bitsPerSample:(#( 2 ));
       
   234                 samplesPerPixel:(1);
       
   235                 bits:(ByteArray 
       
   236                             fromPackedString:'@@@@@@@*****ABUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@A@@@@@@@@@@@@@b');
       
   237                 colorMapFromArray:#[ 0 0 0 170 170 170 255 255 255 ];
       
   238                 mask:((ImageMask new)
       
   239                             width:18;
       
   240                             height:16;
       
   241                             bits:(ByteArray 
       
   242                                         fromPackedString:'_?>@???@???@???@???@???@???@???@???@???@???@???@???@???@???@_?>@');
       
   243                             yourself);
       
   244                 yourself
       
   245         ]
       
   246 !
       
   247 
       
   248 iconPrivateClass
   217     <resource: #image>
   249     <resource: #image>
   218 
       
   219     ^Icon
       
   220         constantNamed:#'ResourceSelectionBrowser class iconClass'
       
   221         ifAbsentPut:[(Depth2Image new) width: 18; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@*****ABUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@BUUUUT@IUUUUP@%UUUU@A@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 170 170 170 255 255 255]; mask:((Depth1Image new) width: 18; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?>@???@???@???@???@???@???@???@???@???@???@???@???@???@???@_?>@') ; yourself); yourself]
       
   222 !
       
   223 
       
   224 iconPrivateClass
       
   225     "This resource specification was automatically generated
   250     "This resource specification was automatically generated
   226      by the ImageEditor of ST/X."
   251      by the ImageEditor of ST/X."
   227 
       
   228     "Do not manually edit this!! If it is corrupted,
   252     "Do not manually edit this!! If it is corrupted,
   229      the ImageEditor may not be able to read the specification."
   253      the ImageEditor may not be able to read the specification."
   230 
       
   231     "
   254     "
   232      ImageEditor openOnClass:self andSelector:#iconPrivateClass
   255      ImageEditor openOnClass:self andSelector:#iconPrivateClass"
   233     "
   256     
   234 
   257     ^ Icon constantNamed:#'ResourceSelectionBrowser class iconPrivateClass'
   235     <resource: #image>
   258         ifAbsentPut:[
   236 
   259             (Depth2Image new)
   237     ^Icon
   260                 width:18;
   238         constantNamed:#'ResourceSelectionBrowser class iconPrivateClass'
   261                 height:16;
   239         ifAbsentPut:[(Depth2Image new) width: 18; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@PUUUUU A****(@F*??* @Z+??*@A*/*>(OF*>+: @Z+??*@A*/?:(DF*>** @Z+:**@A*/**(@F*>** @Z****C2@@@@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 255 255 255 170 170 170 255 0 0]; mask:((Depth1Image new) width: 18; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?>@???@???@???@???@???@???@???@???@???@???@???@???@???@???@_?>@') ; yourself); yourself]
   262                 photometric:(#palette);
       
   263                 bitsPerSample:(#( 2 ));
       
   264                 samplesPerPixel:(1);
       
   265                 bits:(ByteArray 
       
   266                             fromPackedString:'@@@@@@PUUUUU A****(@F*??* @Z+??*@A*/*>(OF*>+: @Z+??*@A*/?:(DF*>** @Z+:**@A*/**(@F*>** @Z****C2@@@@@@@@@@@@@b');
       
   267                 colorMapFromArray:#[ 0 0 0 255 255 255 170 170 170 255 0 0 ];
       
   268                 mask:((ImageMask new)
       
   269                             width:18;
       
   270                             height:16;
       
   271                             bits:(ByteArray 
       
   272                                         fromPackedString:'_?>@???@???@???@???@???@???@???@???@???@???@???@???@???@???@_?>@');
       
   273                             yourself);
       
   274                 yourself
       
   275         ]
   240 ! !
   276 ! !
   241 
   277 
   242 !ResourceSelectionBrowser class methodsFor:'interface specs'!
   278 !ResourceSelectionBrowser class methodsFor:'interface specs'!
   243 
   279 
   244 windowSpec
   280 windowSpec
  1026 !
  1062 !
  1027 
  1063 
  1028 version_CVS
  1064 version_CVS
  1029     ^ '$Header$'
  1065     ^ '$Header$'
  1030 ! !
  1066 ! !
       
  1067