SystemBrowser.st
changeset 4222 e03784758764
parent 4200 3859a6fee797
child 4235 bba308f409dd
equal deleted inserted replaced
4221:7b551728bed6 4222:e03784758764
   517      the ImageEditor may not be able to read the specification."
   517      the ImageEditor may not be able to read the specification."
   518 
   518 
   519     "
   519     "
   520      self addBreakPointIcon2 inspect
   520      self addBreakPointIcon2 inspect
   521      ImageEditor openOnClass:self andSelector:#addBreakPointIcon2
   521      ImageEditor openOnClass:self andSelector:#addBreakPointIcon2
       
   522      Icon flushCachedIcons
   522     "
   523     "
   523 
   524 
   524     <resource: #image>
   525     <resource: #image>
   525 
   526 
   526     ^Icon
   527     ^Icon
   527         constantNamed:#'SystemBrowser class addBreakPointIcon2'
   528         constantNamed:#'SystemBrowser class addBreakPointIcon2'
   528         ifAbsentPut:[(Depth2Image new) width: 12; height: 20; 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: 20; 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?<@@a') ; 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]
   529 !
   530 !
   530 
   531 
   531 canvasIcon
   532 canvasIcon
   532     "This resource specification was automatically generated
   533     "This resource specification was automatically generated
   533      by the ImageEditor of ST/X."
   534      by the ImageEditor of ST/X."
  1226      the ImageEditor may not be able to read the specification."
  1227      the ImageEditor may not be able to read the specification."
  1227 
  1228 
  1228     "
  1229     "
  1229      self removeBreakPointIcon2 inspect
  1230      self removeBreakPointIcon2 inspect
  1230      ImageEditor openOnClass:self andSelector:#removeBreakPointIcon2
  1231      ImageEditor openOnClass:self andSelector:#removeBreakPointIcon2
       
  1232      Icon flushCachedIcons
  1231     "
  1233     "
  1232 
  1234 
  1233     <resource: #image>
  1235     <resource: #image>
  1234 
  1236 
  1235     ^Icon
  1237     ^Icon
  1236         constantNamed:#'SystemBrowser class removeBreakPointIcon2'
  1238         constantNamed:#'SystemBrowser class removeBreakPointIcon2'
  1237         ifAbsentPut:[(Depth2Image new) width: 12; height: 20; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'****/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>****') ; colorMapFromArray:#[0 255 0 63 63 63 0 0 0 127 127 127]; mask:((Depth1Image new) width: 12; height: 20; 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?<@@a') ; yourself); yourself]
  1239         ifAbsentPut:[(Depth2Image new) width: 12; height: 21; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'****/??>/:+>/**>.)V..%U..%U..UU./%V>/:+>/??>/:+>/%V>.TA..P@..P@..@@./ B>/:+>/??>****') ; colorMapFromArray:#[0 255 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]
  1238 !
  1240 !
  1239 
  1241 
  1240 small_methodEmptyInheritedIcon
  1242 small_methodEmptyInheritedIcon
  1241     "This resource specification was automatically generated
  1243     "This resource specification was automatically generated
  1242      by the ImageEditor of ST/X."
  1244      by the ImageEditor of ST/X."
  4848 ! !
  4850 ! !
  4849 
  4851 
  4850 !SystemBrowser class methodsFor:'documentation'!
  4852 !SystemBrowser class methodsFor:'documentation'!
  4851 
  4853 
  4852 version
  4854 version
  4853     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.174 2002-11-06 10:01:40 cg Exp $'
  4855     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.175 2002-11-08 15:39:11 cg Exp $'
  4854 ! !
  4856 ! !
  4855 
  4857 
  4856 SystemBrowser initialize!
  4858 SystemBrowser initialize!