SystemBrowser.st
changeset 4341 7bb51f44dca7
parent 4332 c8efd47b1a1c
child 4350 0283d657411b
equal deleted inserted replaced
4340:588bfb3d913e 4341:7bb51f44dca7
   525     <resource: #image>
   525     <resource: #image>
   526 
   526 
   527     ^Icon
   527     ^Icon
   528         constantNamed:#'SystemBrowser class addBreakPointIcon2'
   528         constantNamed:#'SystemBrowser class addBreakPointIcon2'
   529         ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'****/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>****') ; colorMapFromArray:#[255 0 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0') ; yourself); yourself]
   529         ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'****/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>****') ; colorMapFromArray:#[255 0 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 21; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0??C?<O?0') ; yourself); yourself]
       
   530 !
       
   531 
       
   532 autoloadedClassIcon
       
   533     "This resource specification was automatically generated
       
   534      by the ImageEditor of ST/X."
       
   535 
       
   536     "Do not manually edit this!! If it is corrupted,
       
   537      the ImageEditor may not be able to read the specification."
       
   538 
       
   539     "
       
   540      self autoloadedClassIcon inspect
       
   541      ImageEditor openOnClass:self andSelector:#autoloadedClassIcon
       
   542      Icon flushCachedIcons
       
   543     "
       
   544 
       
   545     <resource: #image>
       
   546 
       
   547     ^Icon
       
   548         constantNamed:#'SystemBrowser class autoloadedClassIcon'
       
   549         ifAbsentPut:[(Depth4Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(4 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@@@@@@@@@@@@@HADQDB@@@B@QDQ@ @@@ DQDPH@@@H @@@B@@@BH"H"H @@@"@@@@H@@@H @ADB@@@@H@@Q@ @@@@@@@@@@@b') ; colorMapFromArray:#[0 0 0 194 194 194 129 129 129]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'_?A?<G?0_?A?<G?0_?A?<G?0_?@?<@@a') ; yourself); yourself]
   530 !
   550 !
   531 
   551 
   532 canvasIcon
   552 canvasIcon
   533     "This resource specification was automatically generated
   553     "This resource specification was automatically generated
   534      by the ImageEditor of ST/X."
   554      by the ImageEditor of ST/X."
  4991 ! !
  5011 ! !
  4992 
  5012 
  4993 !SystemBrowser class methodsFor:'documentation'!
  5013 !SystemBrowser class methodsFor:'documentation'!
  4994 
  5014 
  4995 version
  5015 version
  4996     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.180 2002-11-28 22:11:31 cg Exp $'
  5016     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.181 2002-11-29 17:39:14 stefan Exp $'
  4997 ! !
  5017 ! !
  4998 
  5018 
  4999 SystemBrowser initialize!
  5019 SystemBrowser initialize!