AbstractFileBrowser.st
changeset 3923 2988fc3c88ab
parent 3922 7db8b98f0116
child 3934 a4c9d913af62
equal deleted inserted replaced
3922:7db8b98f0116 3923:2988fc3c88ab
   568     <resource: #image>
   568     <resource: #image>
   569 
   569 
   570     ^Icon
   570     ^Icon
   571         constantNamed:#'AbstractFileBrowser class menuHistoryListIcon'
   571         constantNamed:#'AbstractFileBrowser class menuHistoryListIcon'
   572         ifAbsentPut:[(Depth1Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??S?<O?0??C?<O?0??/?=_?0??C?<O?0') ; colorMapFromArray:#[255 255 255 0 0 0]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O@@<@C0A?8C?@G8@O@@X@@@A?8@@@') ; yourself); yourself]
   572         ifAbsentPut:[(Depth1Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??S?<O?0??C?<O?0??/?=_?0??C?<O?0') ; colorMapFromArray:#[255 255 255 0 0 0]; mask:((Depth1Image new) width: 12; height: 12; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@O@@<@C0A?8C?@G8@O@@X@@@A?8@@@') ; yourself); yourself]
       
   573 !
       
   574 
       
   575 newDirectory20x20Icon
       
   576     "This resource specification was automatically generated
       
   577      by the ImageEditor of ST/X."
       
   578 
       
   579     "Do not manually edit this!! If it is corrupted,
       
   580      the ImageEditor may not be able to read the specification."
       
   581 
       
   582     "
       
   583      self newDirectory20x20Icon inspect
       
   584      ImageEditor openOnClass:self andSelector:#newDirectory20x20Icon
       
   585      Icon flushCachedIcons
       
   586     "
       
   587 
       
   588     <resource: #image>
       
   589 
       
   590     ^Icon
       
   591         constantNamed:#'AbstractFileBrowser class newDirectory20x20Icon'
       
   592         ifAbsentPut:[(Depth8Image new) width: 20; height: 20; photometric:(#palette); bitsPerSample:(#(8 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'
       
   593 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@PDA@PDA@P@@@@@@@@@@@@@@@@@A@ HB@ HA@@@@@@@@@@@@@@@@@PHB@ HB@ HA
       
   594 @@@@@@@@@@@@@@DA@PDA@PDA@P@@@@@@@@@@@@D@@PHB@ HB@ HB@ HB@@@@@ HB@P@A@ HB@ HB@ HB@ @B@@H@@ HA@@DB@ HB@ HB@ H@@ H@@ H@@ D@
       
   595 @PHB@ HB@ HB@@HB@ @B@ H@@P@A@ HB@ HB@ HB@ HB@ HB@ HA@@DB@ HB@ HB@ HB@ HB@ HB@ D@@PHB@ HB@ HB@ HB@ HB@ HB@P@A@ HB@ HB@ HB
       
   596 @ HB@ HB@ HA@@DB@ HB@ HB@ HB@ HB@ HB@ D@@PHB@ HB@ HB@ HB@ HB@ HB@P@A@ HB@ HB@ HB@ HB@ HB@ HA@@DA@PDA@PDA@PDA@PDA@PDA@PD@
       
   597 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; colorMapFromArray:#[255 0 0 0 0 0 255 255 0]; mask:((Depth1Image new) width: 20; height: 20; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@DQ@O:R@O9T@_<8@??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? @@@@@@@@') ; yourself); yourself]
   573 !
   598 !
   574 
   599 
   575 pasteIcon
   600 pasteIcon
   576     <resource: #programImage>
   601     <resource: #programImage>
   577 
   602 
  4392 ! !
  4417 ! !
  4393 
  4418 
  4394 !AbstractFileBrowser class methodsFor:'documentation'!
  4419 !AbstractFileBrowser class methodsFor:'documentation'!
  4395 
  4420 
  4396 version
  4421 version
  4397     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.4 2002-10-01 07:35:37 penk Exp $'
  4422     ^ '$Header: /cvs/stx/stx/libtool/AbstractFileBrowser.st,v 1.5 2002-10-01 08:00:16 penk Exp $'
  4398 ! !
  4423 ! !