diff -r 1ccf3b190de5 -r a0654a5af9a1 SystemBrowser.st --- a/SystemBrowser.st Fri Sep 10 12:02:03 2004 +0200 +++ b/SystemBrowser.st Fri Sep 10 12:14:34 2004 +0200 @@ -866,6 +866,12 @@ ifAbsentPut:[(Depth2Image new) width: 13; height: 11; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@NAUUU0@R??8@GO?>@A0@C @\??88G@@N@A3?? @^@@8@N***@@@@@C b') ; colorMapFromArray:#[0 0 0 255 255 255 127 127 127 170 170 170]; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'??#?>O?8??#?>O?8??#?>O?8??#?>@@a') ; yourself); yourself] ! +ignoredMethodIcon + + + ^ self padLockBlackMiniIcon +! + imageIcon "This resource specification was automatically generated by the ImageEditor of ST/X." @@ -1097,6 +1103,28 @@ ifAbsentPut:[(Depth2Image new) width: 16; height: 16; photometric:(#palette); bitsPerSample:(#(2 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@ATET@AUEE@APQAP@TDQT@AY%Z@@UUUX@J%*F@@E@I B)Z"X@*V(&@J%*I B)Z"X@*V($@J%*I@B)Z @@@T@@@@a') ; colorMapFromArray:#[0 0 0 132 0 132 255 255 0]; mask:((Depth1Image new) width: 16; height: 16; photometric:(#blackIs0); bitsPerSample:(#(1 )); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'A30O[A%LF? + + ^Icon + constantNamed:#'SystemBrowser class padLockBlackMiniIcon' + ifAbsentPut:[(Depth2Image new) width: 12; height: 12; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?0C??F$?A?8G? _>@?0@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; yourself); yourself] +! + padLockBlueMiniIcon "This resource specification was automatically generated by the ImageEditor of ST/X." @@ -5374,7 +5402,7 @@ !SystemBrowser class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.210 2004-06-23 09:30:24 penk Exp $' + ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.211 2004-09-10 10:14:34 cg Exp $' ! ! SystemBrowser initialize!