# HG changeset patch # User Claus Gittinger # Date 967670726 -7200 # Node ID f088630ac8609e7c2c8154a9af2bc5706d48f93f # Parent 26707fae4b93fcc9f16c1ce6eaf532beae41fd6d images compactified diff -r 26707fae4b93 -r f088630ac860 ResourceSelectionBrowser.st --- a/ResourceSelectionBrowser.st Wed Aug 30 21:50:24 2000 +0200 +++ b/ResourceSelectionBrowser.st Wed Aug 30 23:25:26 2000 +0200 @@ -217,14 +217,15 @@ the ImageEditor may not be able to read the specification." " + self iconClass inspect ImageEditor openOnClass:self andSelector:#iconClass " ^Icon - constantNamed:#'ResourceSelectionBrowser iconClass' - ifAbsentPut:[(Depth2Image new) width: 18; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@UUUUU!!Q****(@F**** @Z****@A****(@F**** @Z****@A****(LF**** TZ****@A****(@F**** @Z****@B@@@@@@@@@@@@@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]! + constantNamed:#'ResourceSelectionBrowser iconClass' + 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]! iconPrivateClass "This resource specification was automatically generated