diff -r 80845a794f11 -r 577a267a87cb UIPainter.st --- a/UIPainter.st Thu Oct 14 15:16:44 2004 +0200 +++ b/UIPainter.st Tue Oct 19 19:09:25 2004 +0200 @@ -536,6 +536,88 @@ !UIPainter class methodsFor:'image specs'! +arrowDown + "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 arrowDown inspect + ImageEditor openOnClass:self andSelector:#arrowDown + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:#'UIPainter class arrowDown' + ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O? ?>C@XNC <^C;8O? ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:' +@@@@@@@@@@@? A<@C @D@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a') ; yourself); yourself] +! + +arrowLeft + "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 arrowLeft inspect + ImageEditor openOnClass:self andSelector:#arrowLeft + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:#'UIPainter class arrowLeft' + ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O7 >^C18NG <^C98O7 ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@H@A @N@A8@C PF@@H@@@@@@@@a') ; yourself); yourself] +! + +arrowRight + "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 arrowRight inspect + ImageEditor openOnClass:self andSelector:#arrowRight + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:#'UIPainter class arrowRight' + ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O_ <>C18OC <^C38O_ ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@ @C@@NA@<@C @L@@ @@@@@@@@a') ; yourself); yourself] +! + +arrowUp + "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 arrowUp inspect + ImageEditor openOnClass:self andSelector:#arrowUp + Icon flushCachedIcons + " + + + + ^Icon + constantNamed:#'UIPainter class arrowUp' + ifAbsentPut:[(Depth1Image new) width: 11; height: 11; photometric:(#palette); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'?>C?8O? >>C18NC 0FC?8O? ?>C?8@@a') ; colorMapFromArray:#[0 0 0 255 255 255]; mask:((Depth1Image new) width: 11; height: 11; photometric:(#blackIs0); bitsPerSample:(#[1]); samplesPerPixel:(1); bits:(ByteArray fromPackedString:'@@@@@@@@A@@NG1<@O8@@@@@@@@@@AP@a') ; yourself); yourself] +! + iconAlignB "This resource specification was automatically generated by the ImageEditor of ST/X." @@ -1929,7 +2011,7 @@ itemValue: doNew translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary newWindowSpec24x24Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary newWindowSpecIcon) ) (MenuItem activeHelpKey: fileLoad @@ -1937,7 +2019,7 @@ itemValue: doLoad translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary loadFromMethod22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary loadFromMethodIcon) ) (MenuItem activeHelpKey: fileSave @@ -1945,7 +2027,7 @@ itemValue: doSave translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary saveAsMethod22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary saveAsMethodIcon) ) (MenuItem label: '' @@ -1957,7 +2039,7 @@ itemValue: deleteSelection translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary cut22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary cutWidgetIcon) ) (MenuItem activeHelpKey: editCopy @@ -1966,7 +2048,7 @@ itemValue: copySelection translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary copy22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary copyWidgetIcon) ) (MenuItem activeHelpKey: editPaste @@ -1975,7 +2057,7 @@ itemValue: pasteWithLayout translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary paste22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary pasteWidgetIcon) ) (MenuItem activeHelpKey: editDelete @@ -1985,7 +2067,7 @@ translateLabel: true isButton: true isVisible: false - labelImage: (ResourceRetriever ToolbarIconLibrary delete22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary deleteWidgetIcon) ) (MenuItem label: '' @@ -1997,7 +2079,7 @@ itemValue: doStepUp translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary up22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary moveWidgetUpIcon) ) (MenuItem activeHelpKey: moveWidgetDown @@ -2006,7 +2088,7 @@ itemValue: doStepDown translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary down22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary moveWidgetDownIcon) ) (MenuItem activeHelpKey: moveWidgetInto @@ -2015,7 +2097,7 @@ itemValue: doStepIn translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary downRight22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary moveWidgetDownRightIcon) ) (MenuItem activeHelpKey: moveWidgetOut @@ -2024,7 +2106,7 @@ itemValue: doStepOut translateLabel: true isButton: true - labelImage: (ResourceRetriever ToolbarIconLibrary leftDown22x22Icon) + labelImage: (ResourceRetriever ToolbarIconLibrary moveWidgetLeftDownIcon) ) (MenuItem label: '' @@ -2127,7 +2209,7 @@ #value: #moveSelectionLeft #activeHelpKey: #changePositionLeft #enabled: #canMoveOrAlignSelection - #labelImage: #(#ResourceRetriever #ArrowButton #LeftArrowForm) + #labelImage: #(#ResourceRetriever nil #arrowLeft) ) #(#MenuItem #label: 'Move Right' @@ -2137,7 +2219,7 @@ #value: #moveSelectionRight #activeHelpKey: #changePositionRight #enabled: #canMoveOrAlignSelection - #labelImage: #(#ResourceRetriever #ArrowButton #RightArrowForm) + #labelImage: #(#ResourceRetriever nil #arrowRight) ) #(#MenuItem #label: 'Move Up' @@ -2146,7 +2228,7 @@ #value: #moveSelectionUp #activeHelpKey: #changePositionUp #enabled: #canMoveOrAlignSelection - #labelImage: #(#ResourceRetriever #ArrowButton #UpArrowForm) + #labelImage: #(#ResourceRetriever nil #arrowUp) ) #(#MenuItem #label: 'Move Down' @@ -2155,7 +2237,7 @@ #value: #moveSelectionDown #activeHelpKey: #changePositionDown #enabled: #canMoveOrAlignSelection - #labelImage: #(#ResourceRetriever #ArrowButton #DownArrowForm) + #labelImage: #(#ResourceRetriever nil #arrowDown) ) #(#MenuItem #label: 'Widget Documentation'