# HG changeset patch # User Claus Gittinger # Date 1292746912 -3600 # Node ID 9ebe97f40c57d7e2a750c2dc125d3d87609adf3f # Parent 5a23a1ab326bb1403f9887529b95f9f50a2ce195 tree control icons diff -r 5a23a1ab326b -r 9ebe97f40c57 GenericToolbarIconLibrary.st --- a/GenericToolbarIconLibrary.st Sun Dec 19 09:21:35 2010 +0100 +++ b/GenericToolbarIconLibrary.st Sun Dec 19 09:21:52 2010 +0100 @@ -245,6 +245,48 @@ KX %_J!!92L3G@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@JW,!!5M;T@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@') ; mask:((Depth1Image new) width: 13; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'L@@<@C8@O8@?8C? O<@? C<@O@@0@@@a') ; yourself); yourself] ! ! +!GenericToolbarIconLibrary class methodsFor:'image specs-09x09'! + +closeIndicatorInTree9x9Icon + "This resource specification was automatically generated + by the ImageEditor of ST/X." + + "Do not manually edit this!! If it is corrupted, + the ImageEditor may not be able to read the specification." + + " + self closeIndicatorInTree9x9Icon inspect + ImageEditor openOnClass:self andSelector:#closeIndicatorInTree9x9Icon + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:'GenericToolbarIconLibrary class closeIndicatorInTree9x9Icon' + ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z")@Z")@X@I-Z")@Z")KZ*)@UUU;') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself] +! + +openIndicatorInTree9x9Icon + "This resource specification was automatically generated + by the ImageEditor of ST/X." + + "Do not manually edit this!! If it is corrupted, + the ImageEditor may not be able to read the specification." + + " + self openIndicatorInTree9x9Icon inspect + ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:'GenericToolbarIconLibrary class openIndicatorInTree9x9Icon' + ifAbsentPut:[(Depth2Image new) width: 9; height: 9; photometric:(#palette); bitsPerSample:(#(2)); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'UUU@Z*)@Z*)(Z*)HX@I@Z*)@Z*)@Z*)@UUU.') ; colorMapFromArray:#[0 0 0 128 128 128 255 255 255]; yourself] +! ! + !GenericToolbarIconLibrary class methodsFor:'image specs-12x12'! padLockBlack12x12Icon @@ -6868,6 +6910,14 @@ ^ self bug28x28Icon ! +closeIndicatorInTree + + + ^ self closeIndicatorInTree9x9Icon + + "Created: / 19-12-2010 / 09:03:52 / cg" +! + copyIcon @@ -6920,6 +6970,14 @@ ^ self leftDown22x22Icon ! +openIndicatorInTree + + + ^ self openIndicatorInTree9x9Icon + + "Created: / 19-12-2010 / 09:04:06 / cg" +! + printItIcon @@ -8258,11 +8316,11 @@ !GenericToolbarIconLibrary class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.119 2010-12-08 19:57:00 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.120 2010-12-19 08:21:52 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.119 2010-12-08 19:57:00 cg Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/GenericToolbarIconLibrary.st,v 1.120 2010-12-19 08:21:52 cg Exp $' ! ! GenericToolbarIconLibrary initialize!