|
Class: GenericToolbarIconLibrary
Object
|
+--GenericToolbarIconLibrary
|
+--XPToolbarIconLibrary
- Package:
- stx:libwidg
- Category:
- Interface-Smalltalk
- Version:
- rev:
1.370
date: 2023/08/30 17:06:00
- user: cg
- file: GenericToolbarIconLibrary.st directory: libwidg
- module: stx stc-classLibrary: libwidg
A common place to keep commonly used icons.
(also: VW compatibility)
Every method found here returns as value an image instance, which can be
directly used for labels, menus, etc.
The use of external files for bitmap images is no longer considered good style,
and all uses of them within ST/X are replaced by internal icons over the time.
(the reason is that it makes packaging, deployment etc. much easier.
Also, systems which have a poor disk performance for small files (aka Windows)
suffer from accessing many small bitmap files. So performance is improved there).
Notice:
now, ToolbarIconLibrary is a reference to the actual IconLibrary,
which will refer to either this class (GenericToolbarIconLibrary) or
one of its subclasses (especially: XPToolbarIconLibrary).
The choice of which concrete iconLibrary class is actually used
is done in the styleSheet, where the global variable ToolbarIconLibrary
is set (see mswindowsXP.style as an example). By redefining individual icons
in that concrete class, different view styles may provide different looks
(try windowsXP vs. Windows95 looks, to see different icons).
Please make sure, that no concrete icon library is used in specs (window and menu
specs); only refer to ToolbarIconLibrary there, so you won't loose the ability to
change the look with another icon library.
copyrightCOPYRIGHT (c) 2001 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
Compatibility-VW
-
visualFor: aKey
-
class initialization
-
initialize
-
(comment from inherited method)
called only once - initialize signals
image specs
-
checkToggleOffEnteredIcon
-
-
checkToggleOffIcon
-
-
checkToggleOnEnteredIcon
-
-
checkToggleOnIcon
-
-
clearConsoleIcon
-
-
communicationIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self communicationIcon inspect
ImageEditor openOnClass:self andSelector:#communicationIcon
Icon flushCachedIcons
|
-
editOverlay
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self editOverlay inspect
ImageEditor openOnClass:self andSelector:#editOverlay
Icon flushCachedIcons
|
-
executeMethodsToEnd20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self executeMethodsToEnd20x20Icon inspect
ImageEditor openOnClass:self andSelector:#executeMethodsToEnd20x20Icon
Icon flushCachedIcons
|
-
fileTypePythonSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypePythonSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypePythonSourceIcon
Icon flushCachedIcons
|
-
openEditApplicationIcon
-
^ self openEditApplication2_32x21Icon
-
openViewerApplicationIcon
-
^ self openViewerApplication2_32x21Icon
-
passwordKeyGrayIcon22x28
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self passwordKeyGrayIcon22x28 inspect
ImageEditor openOnClass:self andSelector:#passwordKeyGrayIcon22x28
Icon flushCachedIcons
|
-
radioOffDisabledIcon
-
-
radioOffEnteredIcon
-
-
radioOffIcon
-
-
radioOnDisabledIcon
-
-
radioOnEnteredIcon
-
-
radioOnIcon
-
-
scrollDownOffIcon
-
-
scrollLeftOffIcon
-
-
scrollLockIcon
-
-
scrollRightOffIcon
-
-
scrollUpOffIcon
-
-
worldIcon24_24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self worldIcon24_24 inspect
ImageEditor openOnClass:self andSelector:#worldIcon24_24
Icon flushCachedIcons
|
-
worldIcon25_25
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self worldIcon25_25 inspect
ImageEditor openOnClass:self andSelector:#worldIcon25_25
Icon flushCachedIcons
|
image specs-08x08
-
tinyCloseIcon8x8
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self tinyCloseIcon8x8 inspect
ImageEditor openOnClass:self andSelector:#tinyCloseIcon8x8
Icon flushCachedIcons
|
-
tinyWait8x8Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self tinyWait8x8Icon inspect
ImageEditor openOnClass:self andSelector:#tinyWait8x8Icon
Icon flushCachedIcons
|
image specs-09x09
-
arrowDown9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self arrowDown9x9Icon inspect
ImageEditor openOnClass:self andSelector:#arrowDown9x9Icon
Icon flushCachedIcons
|
-
arrowUp9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self arrowUp9x9Icon inspect
ImageEditor openOnClass:self andSelector:#arrowUp9x9Icon
Icon flushCachedIcons
|
-
breakpointBlueDisabled9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self breakpointBlueDisabled9x9 inspect
ImageEditor openOnClass:self andSelector:#breakpointBlueDisabled9x9
Icon flushCachedIcons
|
-
breakpointBlueEnabled9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self breakpointBlueEnabled9x9 inspect
ImageEditor openOnClass:self andSelector:#breakpointBlueEnabled9x9
Icon flushCachedIcons
|
-
breakpointDisabled9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
breakpointDisabledWithWarning9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
breakpointRedEnabled9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self breakpointRedEnabled9x9 inspect
ImageEditor openOnClass:self andSelector:#breakpointRedEnabled9x9
Icon flushCachedIcons
|
-
breakpointRedEnabledWithWarning9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self breakpointRedEnabledWithWarning9x9 inspect
ImageEditor openOnClass:self andSelector:#breakpointRedEnabledWithWarning9x9
Icon flushCachedIcons
|
-
closeIndicatorInTree9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self closeIndicatorInTree9x9Icon inspect
ImageEditor openOnClass:self andSelector:#closeIndicatorInTree9x9Icon
Icon flushCachedIcons
|
-
fullBreakPoint9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fullBreakPoint9x9Icon inspect
ImageEditor openOnClass:self andSelector:#fullBreakPoint9x9Icon
Icon flushCachedIcons
|
-
lineBreakPoint9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lineBreakPoint9x9Icon inspect
ImageEditor openOnClass:self andSelector:#lineBreakPoint9x9Icon
Icon flushCachedIcons
|
-
lineTracePoint9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lineTracePoint9x9Icon inspect
ImageEditor openOnClass:self andSelector:#lineTracePoint9x9Icon
Icon flushCachedIcons
|
-
openIndicatorInTree9x9Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openIndicatorInTree9x9Icon inspect
ImageEditor openOnClass:self andSelector:#openIndicatorInTree9x9Icon
Icon flushCachedIcons
|
-
stopPoint9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stopPoint9x9 inspect
ImageEditor openOnClass:self andSelector:#stopPoint9x9
Icon flushCachedIcons
|
-
tracepointBlue9x9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self tracepointBlue9x9 inspect
ImageEditor openOnClass:self andSelector:#tracepointBlue9x9
Icon flushCachedIcons
|
image specs-10x11
-
ledDarkRed10x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledDarkRed10x11 inspect
ImageEditor openOnClass:self andSelector:#ledDarkRed10x11
Icon flushCachedIcons
|
-
ledGrayedRed10x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledGrayedRed10x11 inspect
ImageEditor openOnClass:self andSelector:#ledGrayedRed10x11
Icon flushCachedIcons
|
-
ledGreen10x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledGreen10x11 inspect
ImageEditor openOnClass:self andSelector:#ledGreen10x11
Icon flushCachedIcons
|
-
ledGrey10x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledGrey10x11 inspect
ImageEditor openOnClass:self andSelector:#ledGrey10x11
Icon flushCachedIcons
|
-
ledRed10x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledRed10x11 inspect
ImageEditor openOnClass:self andSelector:#ledRed10x11
Icon flushCachedIcons
|
-
ledYellow10x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledYellow10x11 inspect
ImageEditor openOnClass:self andSelector:#ledYellow10x11
Icon flushCachedIcons
|
-
underConstructionIcon11x11
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self underConstructionIcon11x11 inspect
ImageEditor openOnClass:self andSelector:#underConstructionIcon11x11
Icon flushCachedIcons
|
image specs-12x12
-
dart12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dart12x12Icon inspect
ImageEditor openOnClass:self andSelector:#dart12x12Icon
Icon flushCachedIcons
|
-
iconEqual12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconEqual12x12 inspect
ImageEditor openOnClass:self andSelector:#iconEqual12x12
Icon flushCachedIcons
|
-
iconEqualGray12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconEqualGray12x12 inspect
Icon flushCachedIcons
|
-
iconEqualOrange12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconEqualOrange12x12 inspect
ImageEditor openOnClass:self andSelector:#iconEqualOrange12x12
Icon flushCachedIcons
|
-
iconEqualYellow12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconEqualYellow12x12 inspect
ImageEditor openOnClass:self andSelector:#iconEqualYellow12x12
Icon flushCachedIcons
|
-
iconExclaRed12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconExclaRed12x12 inspect
ImageEditor openOnClass:self andSelector:#iconExclaRed12x12
Icon flushCachedIcons
|
-
iconMinus12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconMinus12x12 inspect
ImageEditor openOnClass:self andSelector:#iconMinus12x12
Icon flushCachedIcons
|
-
iconMinusGray12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconMinusGray12x12 inspect
Icon flushCachedIcons
|
-
iconMinusRed12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconMinusRed12x12 inspect
ImageEditor openOnClass:self andSelector:#iconMinusRed12x12
Icon flushCachedIcons
|
-
iconPlus12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconPlus12x12 inspect
ImageEditor openOnClass:self andSelector:#iconPlus12x12
Icon flushCachedIcons
|
-
iconPlusBlue12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconPlusBlue12x12 inspect
ImageEditor openOnClass:self andSelector:#iconPlusBlue12x12
Icon flushCachedIcons
|
-
iconPlusGray12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self iconPlusGray12x12 inspect
Icon flushCachedIcons
|
-
javascript12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javascript12x12Icon inspect
ImageEditor openOnClass:self andSelector:#javascript12x12Icon
Icon flushCachedIcons
|
-
padLockBlack12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockBlack12x12Icon inspect
ImageEditor openOnClass:self andSelector:#padLockBlack12x12Icon
Icon flushCachedIcons
|
-
padLockBlue12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockBlue12x12Icon inspect
ImageEditor openOnClass:self andSelector:#padLockBlue12x12Icon
|
-
padLockGray12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockGray12x12Icon inspect
ImageEditor openOnClass:self andSelector:#padLockGray12x12Icon
|
-
padLockGreen12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockGreen12x12Icon inspect
ImageEditor openOnClass:self andSelector:#padLockGreen12x12Icon
|
-
padLockRed12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockRed12x12Icon inspect
ImageEditor openOnClass:self andSelector:#padLockRed12x12Icon
Icon flushCachedIcons
|
-
reload12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self reload12x12Icon inspect
ImageEditor openOnClass:self andSelector:#reload12x12Icon
Icon flushCachedIcons
|
image specs-13x13
-
checkToggleOff13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self checkToggleOff13x13Icon inspect
ImageEditor openOnClass:self andSelector:#checkToggleOff13x13Icon
Icon flushCachedIcons
|
-
checkToggleOn13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self checkToggleOn13x13Icon inspect
ImageEditor openOnClass:self andSelector:#checkToggleOn13x13Icon
Icon flushCachedIcons
|
-
clock13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self clock13x13Icon inspect
ImageEditor openOnClass:self andSelector:#clock13x13Icon
Icon flushCachedIcons
|
-
clockPink13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self clockPink13x13Icon inspect
ImageEditor openOnClass:self andSelector:#clockPink13x13Icon
Icon flushCachedIcons
|
-
console13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self console13x13Icon inspect
ImageEditor openOnClass:self andSelector:#console13x13Icon
Icon flushCachedIcons
|
-
presentation13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self presentation13x13Icon inspect
ImageEditor openOnClass:self andSelector:#presentation13x13Icon
Icon flushCachedIcons
|
-
underConstructionIcon13x13
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self underConstructionIcon13x13 inspect
ImageEditor openOnClass:self andSelector:#underConstructionIcon13x13
Icon flushCachedIcons
|
image specs-14x14
-
addTabEntered14x14Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self addTabEntered14x14Icon inspect
ImageEditor openOnClass:self andSelector:#addTabEntered14x14Icon
Icon flushCachedIcons
|
-
bookmarks14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bookmarks14x14 inspect
ImageEditor openOnClass:self andSelector:#bookmarks14x14
Icon flushCachedIcons
|
-
ledBlue14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledBlue14x14 inspect
ImageEditor openOnClass:self andSelector:#ledBlue14x14
Icon flushCachedIcons
|
-
ledDarkRed14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledDarkRed14x14 inspect
ImageEditor openOnClass:self andSelector:#ledDarkRed14x14
Icon flushCachedIcons
|
-
ledGrayedRed14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledGrayedRed14x14 inspect
ImageEditor openOnClass:self andSelector:#ledGrayedRed14x14
Icon flushCachedIcons
|
-
ledGreen14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledGreen14x14 inspect
ImageEditor openOnClass:self andSelector:#ledGreen14x14
Icon flushCachedIcons
|
-
ledGrey14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledGrey14x14 inspect
ImageEditor openOnClass:self andSelector:#ledGrey14x14
Icon flushCachedIcons
|
-
ledOrange14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledOrange14x14 inspect
ImageEditor openOnClass:self andSelector:#ledOrange14x14
Icon flushCachedIcons
|
-
ledRed14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledRed14x14 inspect
ImageEditor openOnClass:self andSelector:#ledRed14x14
Icon flushCachedIcons
|
-
ledYellow14x14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledYellow14x14 inspect
ImageEditor openOnClass:self andSelector:#ledYellow14x14
Icon flushCachedIcons
|
-
removeAllTabs14x14Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeAllTabs14x14Icon inspect
ImageEditor openOnClass:self andSelector:#removeAllTabs14x14Icon
Icon flushCachedIcons
|
-
removeTab14x14Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeTab14x14Icon inspect
ImageEditor openOnClass:self andSelector:#removeTab14x14Icon
Icon flushCachedIcons
|
-
removeTabEntered14x14Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeTabEntered14x14Icon inspect
ImageEditor openOnClass:self andSelector:#removeTabEntered14x14Icon
Icon flushCachedIcons
|
image specs-15x15
-
edit_anchor15x15
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_anchor15x15 inspect
ImageEditor openOnClass:self andSelector:#edit_anchor15x15
Icon flushCachedIcons
|
-
edit_bold_15x15
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_bold_15x15 inspect
ImageEditor openOnClass:self andSelector:#edit_bold_15x15
Icon flushCachedIcons
|
-
edit_code_15x15
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_code_15x15 inspect
ImageEditor openOnClass:self andSelector:#edit_code_15x15
Icon flushCachedIcons
|
-
edit_escapeHTMLCharacters
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_escapeHTMLCharacters inspect
ImageEditor openOnClass:self andSelector:#edit_escapeHTMLCharacters
Icon flushCachedIcons
|
-
edit_image_15x15
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_image_15x15 inspect
ImageEditor openOnClass:self andSelector:#edit_image_15x15
Icon flushCachedIcons
|
-
edit_italic_15x15
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_italic_15x15 inspect
ImageEditor openOnClass:self andSelector:#edit_italic_15x15
Icon flushCachedIcons
|
-
edit_underline_15x15
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit_underline_15x15 inspect
ImageEditor openOnClass:self andSelector:#edit_underline_15x15
Icon flushCachedIcons
|
-
padLockGold15x15Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockGold15x15Icon inspect
ImageEditor openOnClass:self andSelector:#padLockGold15x15Icon
Icon flushCachedIcons
|
-
padLockGoldOpen15x15Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self padLockGoldOpen15x15Icon inspect
ImageEditor openOnClass:self andSelector:#padLockGoldOpen15x15Icon
Icon flushCachedIcons
|
-
smiley_angry
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_angry inspect
ImageEditor openOnClass:self andSelector:#smiley_angry
Icon flushCachedIcons
|
-
smiley_biggrin
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_biggrin inspect
ImageEditor openOnClass:self andSelector:#smiley_biggrin
Icon flushCachedIcons
|
-
smiley_cool
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_cool inspect
ImageEditor openOnClass:self andSelector:#smiley_cool
Icon flushCachedIcons
|
-
smiley_eek
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_eek inspect
ImageEditor openOnClass:self andSelector:#smiley_eek
Icon flushCachedIcons
|
-
smiley_frown
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_frown inspect
ImageEditor openOnClass:self andSelector:#smiley_frown
Icon flushCachedIcons
|
-
smiley_mhmh
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_mhmh inspect
ImageEditor openOnClass:self andSelector:#smiley_mhmh
Icon flushCachedIcons
|
-
smiley_ok
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_ok inspect
ImageEditor openOnClass:self andSelector:#smiley_ok
Icon flushCachedIcons
|
-
smiley_smile
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_smile inspect
ImageEditor openOnClass:self andSelector:#smiley_smile
Icon flushCachedIcons
|
-
smiley_veryAngry
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smiley_veryAngry inspect
ImageEditor openOnClass:self andSelector:#smiley_veryAngry
Icon flushCachedIcons
|
image specs-16x16
-
back16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self back16x16Icon inspect
ImageEditor openOnClass:self andSelector:#back16x16Icon
Icon flushCachedIcons
|
-
bookmarks16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bookmarks16x16 inspect
ImageEditor openOnClass:self andSelector:#bookmarks16x16
Icon flushCachedIcons
|
-
bottom16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bottom16x16Icon inspect
ImageEditor openOnClass:self andSelector:#bottom16x16Icon
Icon flushCachedIcons
|
-
browseIt16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self browseIt16x16Icon inspect
ImageEditor openOnClass:self andSelector:#browseIt16x16Icon
Icon flushCachedIcons
|
-
bug16x16Icon
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bug16x16Icon inspect
ImageEditor openOnClass:self andSelector:#bug16x16Icon
Icon flushCachedIcons
|
-
bugGreen16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bugGreen16x16Icon inspect
ImageEditor openOnClass:self andSelector:#bugGreen16x16Icon
Icon flushCachedIcons
|
-
bugGrey16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bugGrey16x16Icon inspect
ImageEditor openOnClass:self andSelector:#bugGrey16x16Icon
Icon flushCachedIcons
|
-
bugRed16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bugRed16x16Icon inspect
ImageEditor openOnClass:self andSelector:#bugRed16x16Icon
Icon flushCachedIcons
|
-
bugYellow16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bugYellow16x16Icon inspect
ImageEditor openOnClass:self andSelector:#bugYellow16x16Icon
Icon flushCachedIcons
|
-
centerAdjust16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self centerAdjust16x16Icon inspect
ImageEditor openOnClass:self andSelector:#centerAdjust16x16Icon
Icon flushCachedIcons
|
-
clock16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self clock16x16Icon inspect
ImageEditor openOnClass:self andSelector:#clock16x16Icon
Icon flushCachedIcons
|
-
colorHistory16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self colorHistory16x16Icon inspect
ImageEditor openOnClass:self andSelector:#colorHistory16x16Icon
Icon flushCachedIcons
|
-
configure16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self configure16x16Icon inspect
ImageEditor openOnClass:self andSelector:#configure16x16Icon
Icon flushCachedIcons
|
-
copy16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self copy16x16Icon inspect
ImageEditor openOnClass:self andSelector:#copy16x16Icon
|
-
cut16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cut16x16Icon inspect
ImageEditor openOnClass:self andSelector:#cut16x16Icon
|
-
cut16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cut16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#cut16x16Icon2
|
-
delete16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self delete16x16Icon inspect
ImageEditor openOnClass:self andSelector:#delete16x16Icon
Icon flushCachedIcons
|
-
desktop16x16Icon
-
-
desktop16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktop16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#desktop16x16Icon2
Icon flushCachedIcons
|
-
desktopOSX16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktopOSX16x16Icon inspect
ImageEditor openOnClass:self andSelector:#desktopOSX16x16Icon
Icon flushCachedIcons
|
-
diff16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self diff16x16Icon inspect
ImageEditor openOnClass:self andSelector:#diff16x16Icon
Icon flushCachedIcons
|
-
diff16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self diff16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#diff16x16Icon2
Icon flushCachedIcons
|
-
displayScreenIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self displayScreenIcon16x16 inspect
ImageEditor openOnClass:self andSelector:#displayScreenIcon16x16
Icon flushCachedIcons
|
-
doIt16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self doIt16x16Icon inspect
ImageEditor openOnClass:self andSelector:#doIt16x16Icon
Icon flushCachedIcons
|
-
down16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self down16x16Icon inspect
ImageEditor openOnClass:self andSelector:#down16x16Icon
Icon flushCachedIcons
|
-
edit16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit16x16Icon inspect
ImageEditor openOnClass:self andSelector:#edit16x16Icon
Icon flushCachedIcons
|
-
editcopy16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self editcopy16x16Icon inspect
ImageEditor openOnClass:self andSelector:#editcopy16x16Icon
Icon flushCachedIcons
|
-
editcut16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self editcut16x16Icon inspect
ImageEditor openOnClass:self andSelector:#editcut16x16Icon
Icon flushCachedIcons
|
-
editpaste16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self editpaste16x16Icon inspect
ImageEditor openOnClass:self andSelector:#editpaste16x16Icon
Icon flushCachedIcons
|
-
edittrash16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edittrash16x16Icon inspect
ImageEditor openOnClass:self andSelector:#edittrash16x16Icon
Icon flushCachedIcons
|
-
erase16x16Icon
-
-
erase16x16Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self erase16x16Icon1 inspect
ImageEditor openOnClass:self andSelector:#erase16x16Icon1
|
-
erase16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self erase16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#erase16x16Icon2
Icon flushCachedIcons
|
-
exec16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self exec16x16Icon inspect
ImageEditor openOnClass:self andSelector:#exec16x16Icon
Icon flushCachedIcons
|
-
exit16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self exit16x16Icon inspect
ImageEditor openOnClass:self andSelector:#exit16x16Icon
Icon flushCachedIcons
|
-
fileNew16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileNew16x16Icon inspect
ImageEditor openOnClass:self andSelector:#fileNew16x16Icon
Icon flushCachedIcons
|
-
fileOpen16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileOpen16x16Icon inspect
ImageEditor openOnClass:self andSelector:#fileOpen16x16Icon
|
-
fileSave16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileSave16x16Icon inspect
ImageEditor openOnClass:self andSelector:#fileSave16x16Icon
|
-
fileclose16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileclose16x16Icon inspect
ImageEditor openOnClass:self andSelector:#fileclose16x16Icon
Icon flushCachedIcons
|
-
filter16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self filter16x16Icon inspect
ImageEditor openOnClass:self andSelector:#filter16x16Icon
Icon flushCachedIcons
|
-
filterBlue16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self filterBlue16x16Icon inspect
ImageEditor openOnClass:self andSelector:#filterBlue16x16Icon
Icon flushCachedIcons
|
-
filterLightBlue16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self filterLightBlue16x16Icon inspect
ImageEditor openOnClass:self andSelector:#filterLightBlue16x16Icon
Icon flushCachedIcons
|
-
finish16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self finish16x16Icon inspect
ImageEditor openOnClass:self andSelector:#finish16x16Icon
Icon flushCachedIcons
|
-
flagRed16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self flagRed16x16Icon inspect
ImageEditor openOnClass:self andSelector:#flagRed16x16Icon
Icon flushCachedIcons
|
-
formatCode16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self formatCode16x16Icon inspect
ImageEditor openOnClass:self andSelector:#formatCode16x16Icon
Icon flushCachedIcons
|
-
formatCodeAndAccept16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self formatCodeAndAccept16x16Icon inspect
ImageEditor openOnClass:self andSelector:#formatCodeAndAccept16x16Icon
Icon flushCachedIcons
|
-
forward16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self forward16x16Icon inspect
ImageEditor openOnClass:self andSelector:#forward16x16Icon
Icon flushCachedIcons
|
-
functionsOnly16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self functionsOnly16x16Icon inspect
ImageEditor openOnClass:self andSelector:#functionsOnly16x16Icon
Icon flushCachedIcons
|
-
goto16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self goto16x16Icon inspect
ImageEditor openOnClass:self andSelector:#goto16x16Icon
Icon flushCachedIcons
|
-
grid16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self grid16x16Icon inspect
ImageEditor openOnClass:self andSelector:#grid16x16Icon
Icon flushCachedIcons
|
-
gridAlign16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self gridAlign16x16Icon inspect
ImageEditor openOnClass:self andSelector:#gridAlign16x16Icon
Icon flushCachedIcons
|
-
hideFilter16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideFilter16x16Icon inspect
ImageEditor openOnClass:self andSelector:#hideFilter16x16Icon
Icon flushCachedIcons
|
-
hideFilterBlue16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideFilterBlue16x16Icon inspect
ImageEditor openOnClass:self andSelector:#hideFilterBlue16x16Icon
Icon flushCachedIcons
|
-
hideFilterLightBlue16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideFilterLightBlue16x16Icon inspect
ImageEditor openOnClass:self andSelector:#hideFilterLightBlue16x16Icon
Icon flushCachedIcons
|
-
history16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self history16x16Icon inspect
ImageEditor openOnClass:self andSelector:#history16x16Icon
Icon flushCachedIcons
|
-
homeIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self homeIcon16x16 inspect
ImageEditor openOnClass:self andSelector:#homeIcon16x16
Icon flushCachedIcons
|
-
idea16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self idea16x16Icon inspect
ImageEditor openOnClass:self andSelector:#idea16x16Icon
Icon flushCachedIcons
|
-
indent16x16Icon
-
-
indent16x16Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self indent16x16Icon1 inspect
ImageEditor openOnClass:self andSelector:#indent16x16Icon1
Icon flushCachedIcons
|
-
indent16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self indent16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#indent16x16Icon2
Icon flushCachedIcons
|
-
interfaceInput16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self interfaceInput16x16Icon inspect
ImageEditor openOnClass:self andSelector:#interfaceInput16x16Icon
Icon flushCachedIcons
|
-
javaIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaIcon16x16 inspect
ImageEditor openOnClass:self andSelector:#javaIcon16x16
Icon flushCachedIcons
|
-
javaPackage16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaPackage16x16Icon inspect
ImageEditor openOnClass:self andSelector:#javaPackage16x16Icon
Icon flushCachedIcons
|
-
leftAdjust16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftAdjust16x16Icon inspect
ImageEditor openOnClass:self andSelector:#leftAdjust16x16Icon
Icon flushCachedIcons
|
-
leftArrow16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrow16x16Icon inspect
ImageEditor openOnClass:self andSelector:#leftArrow16x16Icon
Icon flushCachedIcons
|
-
leftDown16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftDown16x16Icon inspect
ImageEditor openOnClass:self andSelector:#leftDown16x16Icon
Icon flushCachedIcons
|
-
lint16x16Icon
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lint16x16Icon inspect
ImageEditor openOnClass:self andSelector:#lint16x16Icon
Icon flushCachedIcons
|
-
lock16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lock16x16Icon inspect
ImageEditor openOnClass:self andSelector:#lock16x16Icon
Icon flushCachedIcons
|
-
palette16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self palette16x16Icon inspect
ImageEditor openOnClass:self andSelector:#palette16x16Icon
Icon flushCachedIcons
|
-
paste16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self paste16x16Icon inspect
ImageEditor openOnClass:self andSelector:#paste16x16Icon
|
-
pipette16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self pipette16x16Icon inspect
ImageEditor openOnClass:self andSelector:#pipette16x16Icon
Icon flushCachedIcons
|
-
printIt16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self printIt16x16Icon inspect
ImageEditor openOnClass:self andSelector:#printIt16x16Icon
Icon flushCachedIcons
|
-
processTerminate16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self processTerminate16x16Icon inspect
ImageEditor openOnClass:self andSelector:#processTerminate16x16Icon
Icon flushCachedIcons
|
-
redo16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redo16x16Icon inspect
ImageEditor openOnClass:self andSelector:#redo16x16Icon
|
-
redo16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redo16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#redo16x16Icon2
Icon flushCachedIcons
|
-
reload16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self reload16x16Icon inspect
ImageEditor openOnClass:self andSelector:#reload16x16Icon
Icon flushCachedIcons
|
-
removeTab16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeTab16x16Icon inspect
ImageEditor openOnClass:self andSelector:#removeTab16x16Icon
Icon flushCachedIcons
|
-
removeTabEntered16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeTabEntered16x16Icon inspect
ImageEditor openOnClass:self andSelector:#removeTabEntered16x16Icon
Icon flushCachedIcons
|
-
repositoryCVSIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryCVSIcon inspect
ImageEditor openOnClass:self andSelector:#repositoryCVSIcon
Icon flushCachedIcons
|
-
repositoryCheckIn
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryCheckIn inspect
ImageEditor openOnClass:self andSelector:#repositoryCheckIn
Icon flushCachedIcons
|
-
repositoryCheckOut
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryCheckOut inspect
ImageEditor openOnClass:self andSelector:#repositoryCheckOut
Icon flushCachedIcons
|
-
repositoryGitIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryGitIcon inspect
ImageEditor openOnClass:self andSelector:#repositoryGitIcon
Icon flushCachedIcons
|
-
repositoryHGIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryHGIcon inspect
ImageEditor openOnClass:self andSelector:#repositoryHGIcon
Icon flushCachedIcons
|
-
repositoryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryIcon inspect
ImageEditor openOnClass:self andSelector:#repositoryIcon
Icon flushCachedIcons
|
-
repositoryLog
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryLog inspect
ImageEditor openOnClass:self andSelector:#repositoryLog
Icon flushCachedIcons
|
-
repositoryMCIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryMCIcon inspect
ImageEditor openOnClass:self andSelector:#repositoryMCIcon
Icon flushCachedIcons
|
-
repositoryP4Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryP4Icon inspect
ImageEditor openOnClass:self andSelector:#repositoryP4Icon
Icon flushCachedIcons
|
-
repositoryPerforceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryPerforceIcon inspect
ImageEditor openOnClass:self andSelector:#repositoryPerforceIcon
Icon flushCachedIcons
|
-
repositorySVNIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositorySVNIcon inspect
ImageEditor openOnClass:self andSelector:#repositorySVNIcon
Icon flushCachedIcons
|
-
repositoryStatus
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryStatus inspect
ImageEditor openOnClass:self andSelector:#repositoryStatus
Icon flushCachedIcons
|
-
repositoryTag
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryTag inspect
ImageEditor openOnClass:self andSelector:#repositoryTag
Icon flushCachedIcons
|
-
repositoryVersions
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self repositoryVersions inspect
ImageEditor openOnClass:self andSelector:#repositoryVersions
Icon flushCachedIcons
|
-
rightAdjust16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightAdjust16x16Icon inspect
ImageEditor openOnClass:self andSelector:#rightAdjust16x16Icon
Icon flushCachedIcons
|
-
rightArrow16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrow16x16Icon inspect
ImageEditor openOnClass:self andSelector:#rightArrow16x16Icon
Icon flushCachedIcons
|
-
run16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self run16x16Icon inspect
ImageEditor openOnClass:self andSelector:#run16x16Icon
Icon flushCachedIcons
|
-
scrollDownOff16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self scrollDownOff16x16Icon inspect
ImageEditor openOnClass:self andSelector:#scrollDownOff16x16Icon
Icon flushCachedIcons
|
-
scrollLeftOff16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self scrollLeftOff16x16Icon inspect
ImageEditor openOnClass:self andSelector:#scrollLeftOff16x16Icon
Icon flushCachedIcons
|
-
scrollRightOff16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self scrollRightOff16x16Icon inspect
ImageEditor openOnClass:self andSelector:#scrollRightOff16x16Icon
Icon flushCachedIcons
|
-
scrollUpOff16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self scrollUpOff16x16Icon inspect
ImageEditor openOnClass:self andSelector:#scrollUpOff16x16Icon
Icon flushCachedIcons
|
-
search16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self search16x16Icon inspect
ImageEditor openOnClass:self andSelector:#search16x16Icon
|
-
search16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self search16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#search16x16Icon2
Icon flushCachedIcons
|
-
searchNext16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchNext16x16Icon inspect
ImageEditor openOnClass:self andSelector:#searchNext16x16Icon
|
-
searchPrev16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self searchPrev16x16Icon inspect
ImageEditor openOnClass:self andSelector:#searchPrev16x16Icon
|
-
settings16x16Icon
-
-
settings16x16Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self settings16x16Icon1 inspect
ImageEditor openOnClass:self andSelector:#settings16x16Icon1
Icon flushCachedIcons
|
-
settings16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self settings16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#settings16x16Icon2
Icon flushCachedIcons
|
-
settings16x16icon
-
due to a typo; will vanish; remains for a while for compatibility
-
showCodeCoverage16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self showCodeCoverage16x16Icon inspect
ImageEditor openOnClass:self andSelector:#showCodeCoverage16x16Icon
Icon flushCachedIcons
|
-
smalllintError16x16
-
I want all icons to be named *icon* - ever tried to search an icon,
if there is no consistent naming?
-
smalllintErrorIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smalllintErrorIcon16x16 inspect
ImageEditor openOnClass:self andSelector:#smalllintErrorIcon16x16
Icon flushCachedIcons
|
-
smalllintInformationIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smalllintInformationIcon16x16 inspect
ImageEditor openOnClass:self andSelector:#smalllintInformationIcon16x16
Icon flushCachedIcons
|
-
smalllintWarning16x16
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smalllintWarning16x16 inspect
ImageEditor openOnClass:self andSelector:#smalllintWarning16x16
Icon flushCachedIcons
|
-
smalllintWarningIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
snapshot16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self snapshot16x16Icon inspect
ImageEditor openOnClass:self andSelector:#snapshot16x16Icon
Icon flushCachedIcons
|
-
sortByLineNumber16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sortByLineNumber16x16Icon inspect
ImageEditor openOnClass:self andSelector:#sortByLineNumber16x16Icon
Icon flushCachedIcons
|
-
sortByName16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sortByName16x16Icon inspect
ImageEditor openOnClass:self andSelector:#sortByName16x16Icon
Icon flushCachedIcons
|
-
start16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self start16x16Icon inspect
ImageEditor openOnClass:self andSelector:#start16x16Icon
Icon flushCachedIcons
|
-
stop16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stop16x16Icon inspect
ImageEditor openOnClass:self andSelector:#stop16x16Icon
Icon flushCachedIcons
|
-
stopPoint16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stopPoint16x16 inspect
ImageEditor openOnClass:self andSelector:#stopPoint16x16
Icon flushCachedIcons
|
-
structsOnly16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self structsOnly16x16Icon inspect
ImageEditor openOnClass:self andSelector:#structsOnly16x16Icon
Icon flushCachedIcons
|
-
terminal16x16Icon
-
-
terminal16x16Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self terminal16x16Icon1 inspect
ImageEditor openOnClass:self andSelector:#terminal16x16Icon1
Icon flushCachedIcons
|
-
terminal16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self terminal16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#terminal16x16Icon2
Icon flushCachedIcons
|
-
top16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self top16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#top16x16Icon2
Icon flushCachedIcons
|
-
undent16x16Icon
-
-
undent16x16Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undent16x16Icon1 inspect
ImageEditor openOnClass:self andSelector:#undent16x16Icon1
Icon flushCachedIcons
|
-
undent16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undent16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#undent16x16Icon2
Icon flushCachedIcons
|
-
underConstructionIcon16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self underConstructionIcon16x16 inspect
ImageEditor openOnClass:self andSelector:#underConstructionIcon16x16
Icon flushCachedIcons
|
-
underConstructionIconGreen16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self underConstructionIconGreen16x16 inspect
ImageEditor openOnClass:self andSelector:#underConstructionIconGreen16x16
Icon flushCachedIcons
|
-
underConstructionIconRed16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self underConstructionIconRed16x16 inspect
ImageEditor openOnClass:self andSelector:#underConstructionIconRed16x16
Icon flushCachedIcons
|
-
undo16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undo16x16Icon inspect
ImageEditor openOnClass:self andSelector:#undo16x16Icon
|
-
undo16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undo16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#undo16x16Icon2
Icon flushCachedIcons
|
-
up16x16Icon
-
-
up16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self up16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#up16x16Icon2
Icon flushCachedIcons
|
-
upRight16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upRight16x16Icon inspect
ImageEditor openOnClass:self andSelector:#upRight16x16Icon
Icon flushCachedIcons
|
-
viewDetails16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self viewDetails16x16Icon inspect
ImageEditor openOnClass:self andSelector:#viewDetails16x16Icon
Icon flushCachedIcons
|
-
viewNoDetails16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self viewNoDetails16x16Icon inspect
ImageEditor openOnClass:self andSelector:#viewNoDetails16x16Icon
Icon flushCachedIcons
|
-
viewTimeDetails16x16Icon
-
-
warn16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self warn16x16Icon inspect
ImageEditor openOnClass:self andSelector:#warn16x16Icon
Icon flushCachedIcons
|
-
xmlNodeIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self xmlNodeIcon inspect
ImageEditor openOnClass:self andSelector:#xmlNodeIcon
Icon flushCachedIcons
|
-
zoomIn16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self zoomIn16x16Icon inspect
ImageEditor openOnClass:self andSelector:#zoomIn16x16Icon
Icon flushCachedIcons
|
-
zoomOut16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self zoomOut16x16Icon inspect
ImageEditor openOnClass:self andSelector:#zoomOut16x16Icon
Icon flushCachedIcons
|
image specs-17x17
-
radioOff17x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOff17x17Icon inspect
ImageEditor openOnClass:self andSelector:#radioOff17x17Icon
Icon flushCachedIcons
|
-
radioOffDisabled17x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOffDisabled17x17Icon inspect
ImageEditor openOnClass:self andSelector:#radioOffDisabled17x17Icon
Icon flushCachedIcons
|
-
radioOn17x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOn17x17Icon inspect
ImageEditor openOnClass:self andSelector:#radioOn17x17Icon
Icon flushCachedIcons
|
-
radioOnDisabled17x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOnDisabled17x17Icon inspect
ImageEditor openOnClass:self andSelector:#radioOnDisabled17x17Icon
Icon flushCachedIcons
|
image specs-20x20
-
bookmarks20x20
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bookmarks20x20 inspect
ImageEditor openOnClass:self andSelector:#bookmarks20x20
Icon flushCachedIcons
|
-
browseIt20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self browseIt20x20Icon inspect
ImageEditor openOnClass:self andSelector:#browseIt20x20Icon
Icon flushCachedIcons
|
-
copy20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self copy20x20Icon inspect
ImageEditor openOnClass:self andSelector:#copy20x20Icon
Icon flushCachedIcons
|
-
cut20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cut20x20Icon inspect
ImageEditor openOnClass:self andSelector:#cut20x20Icon
|
-
cut20x20Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cut20x20Icon2 inspect
ImageEditor openOnClass:self andSelector:#cut20x20Icon2
Icon flushCachedIcons
|
-
debug13x13Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self debug13x13Icon inspect
ImageEditor openOnClass:self andSelector:#debug13x13Icon
Icon flushCachedIcons
|
-
debugIt20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
doIt20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
doItMultiple20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self doItMultiple20x20Icon inspect
ImageEditor openOnClass:self andSelector:#doItMultiple20x20Icon
Icon flushCachedIcons
|
-
documents20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self documents20x20Icon inspect
ImageEditor openOnClass:self andSelector:#documents20x20Icon
Icon flushCachedIcons
|
-
dos20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dos20x20Icon inspect
ImageEditor openOnClass:self andSelector:#dos20x20Icon
Icon flushCachedIcons
|
-
dosWithoutText20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dosWithoutText20x20Icon inspect
ImageEditor openOnClass:self andSelector:#dosWithoutText20x20Icon
Icon flushCachedIcons
|
-
downArrow20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self downArrow20x20Icon inspect
ImageEditor openOnClass:self andSelector:#downArrow20x20Icon
Icon flushCachedIcons
|
-
download20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self download20x20Icon inspect
ImageEditor openOnClass:self andSelector:#download20x20Icon
Icon flushCachedIcons
|
-
edit20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self edit20x20Icon inspect
ImageEditor openOnClass:self andSelector:#edit20x20Icon
Icon flushCachedIcons
|
-
empty1x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self empty1x20Icon inspect
ImageEditor openOnClass:self andSelector:#empty1x20Icon
Icon flushCachedIcons
|
-
erase20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self erase20x20Icon inspect
ImageEditor openOnClass:self andSelector:#erase20x20Icon
Icon flushCachedIcons
|
-
erase20x20Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self erase20x20Icon2 inspect
ImageEditor openOnClass:self andSelector:#erase20x20Icon2
|
-
eraseOverlay20x20
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self eraseOverlay20x20 inspect
ImageEditor openOnClass:self andSelector:#eraseOverlay20x20
Icon flushCachedIcons
|
-
executeAllMethods20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self executeAllMethods20x20Icon inspect
ImageEditor openOnClass:self andSelector:#executeAllMethods20x20Icon
Icon flushCachedIcons
|
-
executeMethod20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self executeMethod20x20Icon inspect
ImageEditor openOnClass:self andSelector:#executeMethod20x20Icon
Icon flushCachedIcons
|
-
executeMethodsFromBegin20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self executeMethodsFromBegin20x20Icon inspect
ImageEditor openOnClass:self andSelector:#executeMethodsFromBegin20x20Icon
Icon flushCachedIcons
|
-
fileIn20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileIn20x20Icon inspect
ImageEditor openOnClass:self andSelector:#fileIn20x20Icon
Icon flushCachedIcons
|
-
fileIn20x20Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileIn20x20Icon2 inspect
ImageEditor openOnClass:self andSelector:#fileIn20x20Icon2
Icon flushCachedIcons
|
-
fileIn20x20Icon3
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileIn20x20Icon3 inspect
ImageEditor openOnClass:self andSelector:#fileIn20x20Icon3
Icon flushCachedIcons
|
-
fileNew20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileNew20x20Icon inspect
ImageEditor openOnClass:self andSelector:#fileNew20x20Icon
Icon flushCachedIcons
|
-
fileOpen20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileSave20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fitImageSizeToView20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fitImageSizeToView20x20Icon inspect
ImageEditor openOnClass:self andSelector:#fitImageSizeToView20x20Icon
|
-
history20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self history20x20Icon inspect
ImageEditor openOnClass:self andSelector:#history20x20Icon
|
-
inspectIt20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
inspectIt20x20Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self inspectIt20x20Icon2 inspect
ImageEditor openOnClass:self andSelector:#inspectIt20x20Icon2
Icon flushCachedIcons
|
-
inspectLocals20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
left2Arrow20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self left2Arrow20x20Icon inspect
ImageEditor openOnClass:self andSelector:#left2Arrow20x20Icon
Icon flushCachedIcons
|
-
leftArrow20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrow20x20Icon inspect
ImageEditor openOnClass:self andSelector:#leftArrow20x20Icon
Icon flushCachedIcons
|
-
newDirectory20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newDirectory20x20Icon inspect
ImageEditor openOnClass:self andSelector:#newDirectory20x20Icon
Icon flushCachedIcons
|
-
paste20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self paste20x20Icon inspect
ImageEditor openOnClass:self andSelector:#paste20x20Icon
Icon flushCachedIcons
|
-
presentation20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self presentation20x20Icon inspect
ImageEditor openOnClass:self andSelector:#presentation20x20Icon
Icon flushCachedIcons
|
-
printIt20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self printIt20x20Icon inspect
ImageEditor openOnClass:self andSelector:#printIt20x20Icon
Icon flushCachedIcons
|
-
profileIt20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self profileIt20x20Icon inspect
ImageEditor openOnClass:self andSelector:#profileIt20x20Icon
Icon flushCachedIcons
|
-
redo20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redo20x20Icon inspect
ImageEditor openOnClass:self andSelector:#redo20x20Icon
|
-
rightArrow20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrow20x20Icon inspect
ImageEditor openOnClass:self andSelector:#rightArrow20x20Icon
Icon flushCachedIcons
|
-
search20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self search20x20Icon inspect
ImageEditor openOnClass:self andSelector:#search20x20Icon
|
-
shell20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self shell20x20Icon inspect
ImageEditor openOnClass:self andSelector:#shell20x20Icon
|
-
shell20x20WithoutTextIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self shell20x20WithoutTextIcon inspect
ImageEditor openOnClass:self andSelector:#shell20x20WithoutTextIcon
Icon flushCachedIcons
|
-
shellWithoutText20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self shellWithoutText20x20Icon inspect
ImageEditor openOnClass:self andSelector:#shellWithoutText20x20Icon
Icon flushCachedIcons
|
-
tableViewWidget20x20
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self tableViewWidget20x20 inspect
ImageEditor openOnClass:self andSelector:#tableViewWidget20x20
Icon flushCachedIcons
|
-
undo20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undo20x20Icon inspect
ImageEditor openOnClass:self andSelector:#undo20x20Icon
|
-
upArrow20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upArrow20x20Icon inspect
ImageEditor openOnClass:self andSelector:#upArrow20x20Icon
Icon flushCachedIcons
|
image specs-22x22
-
addTab22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self addTab22x22Icon inspect
ImageEditor openOnClass:self andSelector:#addTab22x22Icon
Icon flushCachedIcons
|
-
backward22x22_3DIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self backward22x22_3DIcon inspect
ImageEditor openOnClass:self andSelector:#backward22x22_3DIcon
Icon flushCachedIcons
|
-
bookmarks22x22
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bookmarks22x22 inspect
ImageEditor openOnClass:self andSelector:#bookmarks22x22
Icon flushCachedIcons
|
-
clearConsole22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self clearConsole22x22Icon inspect
ImageEditor openOnClass:self andSelector:#clearConsole22x22Icon
Icon flushCachedIcons
|
-
close22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self close22x22Icon inspect
ImageEditor openOnClass:self andSelector:#close22x22Icon
Icon flushCachedIcons
|
-
console22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self console22x22Icon inspect
ImageEditor openOnClass:self andSelector:#console22x22Icon
Icon flushCachedIcons
|
-
copy22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self copy22x22Icon inspect
ImageEditor openOnClass:self andSelector:#copy22x22Icon
Icon flushCachedIcons
|
-
copyMenuItem22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self copyMenuItem22x22Icon inspect
ImageEditor openOnClass:self andSelector:#copyMenuItem22x22Icon
Icon flushCachedIcons
|
-
currentDirectoryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self currentDirectoryIcon inspect
ImageEditor openOnClass:self andSelector:#currentDirectoryIcon
Icon flushCachedIcons
|
-
cut22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cut22x22Icon inspect
ImageEditor openOnClass:self andSelector:#cut22x22Icon
Icon flushCachedIcons
|
-
cutColumn22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cutColumn22x22Icon inspect
ImageEditor openOnClass:self andSelector:#cutColumn22x22Icon
Icon flushCachedIcons
|
-
cutFile22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cutFile22x22Icon inspect
ImageEditor openOnClass:self andSelector:#cutFile22x22Icon
Icon flushCachedIcons
|
-
cutItem22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cutItem22x22Icon inspect
ImageEditor openOnClass:self andSelector:#cutItem22x22Icon
Icon flushCachedIcons
|
-
cutMenuItem22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cutMenuItem22x22Icon inspect
ImageEditor openOnClass:self andSelector:#cutMenuItem22x22Icon
Icon flushCachedIcons
|
-
cutWidget22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cutWidget22x22Icon inspect
ImageEditor openOnClass:self andSelector:#cutWidget22x22Icon
Icon flushCachedIcons
|
-
cutWidget22x22Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cutWidget22x22Icon2 inspect
ImageEditor openOnClass:self andSelector:#cutWidget22x22Icon2
Icon flushCachedIcons
|
-
debug22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self debug22x22Icon inspect
ImageEditor openOnClass:self andSelector:#debug22x22Icon
Icon flushCachedIcons
|
-
debug22x22IconForBlackBackgound
-
** This is an obsolete interface - do not use it (it may vanish in future versions) **
-
debug22x22IconForBlackBackground
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self debug22x22IconForBlackBackground inspect
ImageEditor openOnClass:self andSelector:#debug22x22IconForBlackBackground
Icon flushCachedIcons
|
-
delete22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self delete22x22Icon inspect
ImageEditor openOnClass:self andSelector:#delete22x22Icon
Icon flushCachedIcons
|
-
displayScreen22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self displayScreen22x22Icon inspect
ImageEditor openOnClass:self andSelector:#displayScreen22x22Icon
Icon flushCachedIcons
|
-
down22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self down22x22Icon inspect
ImageEditor openOnClass:self andSelector:#down22x22Icon
Icon flushCachedIcons
|
-
downRight22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self downRight22x22Icon inspect
ImageEditor openOnClass:self andSelector:#downRight22x22Icon
Icon flushCachedIcons
|
-
editor22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self editor22x22Icon inspect
ImageEditor openOnClass:self andSelector:#editor22x22Icon
Icon flushCachedIcons
|
-
font22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self font22x22Icon inspect
ImageEditor openOnClass:self andSelector:#font22x22Icon
Icon flushCachedIcons
|
-
forward22x22_3DIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self forward22x22_3DIcon inspect
ImageEditor openOnClass:self andSelector:#forward22x22_3DIcon
Icon flushCachedIcons
|
-
help22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self help22x22Icon inspect
ImageEditor openOnClass:self andSelector:#help22x22Icon
Icon flushCachedIcons
|
-
home22x22Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self home22x22Icon2 inspect
ImageEditor openOnClass:self andSelector:#home22x22Icon2
Icon flushCachedIcons
|
-
keyboardMapping22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self keyboardMapping22x22Icon inspect
ImageEditor openOnClass:self andSelector:#keyboardMapping22x22Icon
Icon flushCachedIcons
|
-
languages22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self languages22x22Icon inspect
ImageEditor openOnClass:self andSelector:#languages22x22Icon
Icon flushCachedIcons
|
-
left22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self left22x22Icon inspect
ImageEditor openOnClass:self andSelector:#left22x22Icon
Icon flushCachedIcons
|
-
leftDown22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftDown22x22Icon inspect
ImageEditor openOnClass:self andSelector:#leftDown22x22Icon
Icon flushCachedIcons
|
-
load22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self load22x22Icon inspect
ImageEditor openOnClass:self andSelector:#load22x22Icon
Icon flushCachedIcons
|
-
loadFromMethod22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self loadFromMethod22x22Icon inspect
ImageEditor openOnClass:self andSelector:#loadFromMethod22x22Icon
Icon flushCachedIcons
|
-
loadImage22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self loadImage22x22Icon inspect
ImageEditor openOnClass:self andSelector:#loadImage22x22Icon
Icon flushCachedIcons
|
-
make22x22Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self make22x22Icon1 inspect
ImageEditor openOnClass:self andSelector:#make22x22Icon1
Icon flushCachedIcons
|
-
make22x22Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self make22x22Icon2 inspect
ImageEditor openOnClass:self andSelector:#make22x22Icon2
Icon flushCachedIcons
|
-
makeYellow22x22Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self makeYellow22x22Icon1 inspect
ImageEditor openOnClass:self andSelector:#makeYellow22x22Icon1
Icon flushCachedIcons
|
-
memory22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self memory22x22Icon inspect
ImageEditor openOnClass:self andSelector:#memory22x22Icon
Icon flushCachedIcons
|
-
new22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self new22x22Icon inspect
ImageEditor openOnClass:self andSelector:#new22x22Icon
Icon flushCachedIcons
|
-
newMenuItem22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newMenuItem22x22Icon inspect
ImageEditor openOnClass:self andSelector:#newMenuItem22x22Icon
Icon flushCachedIcons
|
-
openBreakpointBrowser22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openBreakpointBrowser22x22Icon inspect
ImageEditor openOnClass:self andSelector:#openBreakpointBrowser22x22Icon
Icon flushCachedIcons
|
-
openBreakpointBrowserIcon
-
-
openBugBrowser22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openBugBrowser22x22Icon inspect
ImageEditor openOnClass:self andSelector:#openBugBrowser22x22Icon
Icon flushCachedIcons
|
-
paste22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self paste22x22Icon inspect
ImageEditor openOnClass:self andSelector:#paste22x22Icon
Icon flushCachedIcons
|
-
pasteMenuItem22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self pasteMenuItem22x22Icon inspect
ImageEditor openOnClass:self andSelector:#pasteMenuItem22x22Icon
Icon flushCachedIcons
|
-
pickWindowIcon
-
-
pickWindowIcon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self pickWindowIcon1 inspect
ImageEditor openOnClass:self andSelector:#pickWindowIcon1
Icon flushCachedIcons
|
-
pickWindowIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self pickWindowIcon2 inspect
ImageEditor openOnClass:self andSelector:#pickWindowIcon2
Icon flushCachedIcons
|
-
printer22x22Icon
-
-
printer22x22Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
printer22x22Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
reload22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self reload22x22Icon inspect
ImageEditor openOnClass:self andSelector:#reload22x22Icon
|
-
removeTab22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
right22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self right22x22Icon inspect
ImageEditor openOnClass:self andSelector:#right22x22Icon
Icon flushCachedIcons
|
-
save22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self save22x22Icon inspect
ImageEditor openOnClass:self andSelector:#save22x22Icon
Icon flushCachedIcons
|
-
saveAsMethod22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self saveAsMethod22x22Icon inspect
ImageEditor openOnClass:self andSelector:#saveAsMethod22x22Icon
Icon flushCachedIcons
|
-
scrollLock22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self scrollLock22x22Icon inspect
ImageEditor openOnClass:self andSelector:#scrollLock22x22Icon
Icon flushCachedIcons
|
-
smallMenuItem22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smallMenuItem22x22Icon inspect
ImageEditor openOnClass:self andSelector:#smallMenuItem22x22Icon
Icon flushCachedIcons
|
-
start22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self start22x22Icon inspect
ImageEditor openOnClass:self andSelector:#start22x22Icon
Icon flushCachedIcons
|
-
startNewSystemBrowserIcon22x22
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self startNewSystemBrowserIcon22x22 inspect
ImageEditor openOnClass:self andSelector:#startNewSystemBrowserIcon22x22
Icon flushCachedIcons
|
-
stop22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stop22x22Icon inspect
ImageEditor openOnClass:self andSelector:#stop22x22Icon
Icon flushCachedIcons
|
-
unixShellTerminal22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self unixShellTerminal22x22Icon inspect
ImageEditor openOnClass:self andSelector:#unixShellTerminal22x22Icon
Icon flushCachedIcons
|
-
up22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self up22x22Icon inspect
ImageEditor openOnClass:self andSelector:#up22x22Icon
Icon flushCachedIcons
|
-
upRight22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upRight22x22Icon inspect
ImageEditor openOnClass:self andSelector:#upRight22x22Icon
Icon flushCachedIcons
|
image specs-24x24
-
baseImage24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self baseImage24x24Icon inspect
ImageEditor openOnClass:self andSelector:#baseImage24x24Icon
Icon flushCachedIcons
|
-
baseMenu24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self baseMenu24x24Icon inspect
ImageEditor openOnClass:self andSelector:#baseMenu24x24Icon
Icon flushCachedIcons
|
-
baseWindowSpec24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self baseWindowSpec24x24Icon inspect
ImageEditor openOnClass:self andSelector:#baseWindowSpec24x24Icon
Icon flushCachedIcons
|
-
bigCrossHairIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bigCrossHairIcon inspect
ImageEditor openOnClass:self andSelector:#bigCrossHairIcon
Icon flushCachedIcons
|
-
bug24x24Icon
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bug24x24Icon inspect
ImageEditor openOnClass:self andSelector:#bug24x24Icon
Icon flushCachedIcons
|
-
bugReporter24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bugReporter24x24Icon inspect
ImageEditor openOnClass:self andSelector:#bugReporter24x24Icon
Icon flushCachedIcons
|
-
changesBrowser16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self changesBrowser16x16Icon inspect
ImageEditor openOnClass:self andSelector:#changesBrowser16x16Icon
Icon flushCachedIcons
|
-
changesBrowser24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self changesBrowser24x24Icon inspect
ImageEditor openOnClass:self andSelector:#changesBrowser24x24Icon
Icon flushCachedIcons
|
-
class24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self class24x24Icon inspect
ImageEditor openOnClass:self andSelector:#class24x24Icon
Icon flushCachedIcons
|
-
deleteClass24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteClass24x24Icon inspect
ImageEditor openOnClass:self andSelector:#deleteClass24x24Icon
Icon flushCachedIcons
|
-
deleteClassFromStart24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteClassFromStart24x24Icon inspect
ImageEditor openOnClass:self andSelector:#deleteClassFromStart24x24Icon
Icon flushCachedIcons
|
-
deleteClassToEnd24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteClassToEnd24x24Icon inspect
ImageEditor openOnClass:self andSelector:#deleteClassToEnd24x24Icon
Icon flushCachedIcons
|
-
deleteMethod24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteMethod24x24Icon inspect
ImageEditor openOnClass:self andSelector:#deleteMethod24x24Icon
Icon flushCachedIcons
|
-
deleteMethodFromStart24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteMethodFromStart24x24Icon inspect
ImageEditor openOnClass:self andSelector:#deleteMethodFromStart24x24Icon
Icon flushCachedIcons
|
-
deleteMethodToEnd24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteMethodToEnd24x24Icon inspect
ImageEditor openOnClass:self andSelector:#deleteMethodToEnd24x24Icon
Icon flushCachedIcons
|
-
desktop24x24Icon
-
-
desktop24x24Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktop24x24Icon2 inspect
ImageEditor openOnClass:self andSelector:#desktop24x24Icon2
Icon flushCachedIcons
|
-
desktopOSX24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktopOSX24x24Icon inspect
ImageEditor openOnClass:self andSelector:#desktopOSX24x24Icon
Icon flushCachedIcons
|
-
documents24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self documents24x24Icon inspect
ImageEditor openOnClass:self andSelector:#documents24x24Icon
Icon flushCachedIcons
|
-
dos24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dos24x24Icon inspect
ImageEditor openOnClass:self andSelector:#dos24x24Icon
Icon flushCachedIcons
|
-
dosShellTerminal24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dosShellTerminal24x24Icon inspect
ImageEditor openOnClass:self andSelector:#dosShellTerminal24x24Icon
Icon flushCachedIcons
|
-
fileBrowser24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileBrowser24x24Icon inspect
ImageEditor openOnClass:self andSelector:#fileBrowser24x24Icon
Icon flushCachedIcons
|
-
fileIn24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileIn24x24Icon inspect
ImageEditor openOnClass:self andSelector:#fileIn24x24Icon
|
-
garbageCollect24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self garbageCollect24x24Icon inspect
ImageEditor openOnClass:self andSelector:#garbageCollect24x24Icon
Icon flushCachedIcons
|
-
historyBackInTextIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self historyBackInTextIcon inspect
ImageEditor openOnClass:self andSelector:#historyBackInTextIcon
Icon flushCachedIcons
|
-
imageEditor24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self imageEditor24x24Icon inspect
ImageEditor openOnClass:self andSelector:#imageEditor24x24Icon
Icon flushCachedIcons
|
-
installAsWebPage24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self installAsWebPage24x24Icon inspect
ImageEditor openOnClass:self andSelector:#installAsWebPage24x24Icon
Icon flushCachedIcons
|
-
left2Arrow24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self left2Arrow24x24Icon inspect
ImageEditor openOnClass:self andSelector:#left2Arrow24x24Icon
Icon flushCachedIcons
|
-
leftArrow24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrow24x24Icon inspect
ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon
|
-
leftArrow24x24disabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrow24x24disabledIcon inspect
ImageEditor openOnClass:self andSelector:#leftArrow24x24disabledIcon
Icon flushCachedIcons
|
-
lint24x24Icon
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lint24x24Icon inspect
ImageEditor openOnClass:self andSelector:#lint24x24Icon
Icon flushCachedIcons
|
-
lint24x24Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lint24x24Icon1 inspect
ImageEditor openOnClass:self andSelector:#lint24x24Icon1
Icon flushCachedIcons
|
-
make24x24Icon3
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self make24x24Icon3 inspect
ImageEditor openOnClass:self andSelector:#make24x24Icon3
Icon flushCachedIcons
|
-
menuEditor24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self menuEditor24x24Icon inspect
ImageEditor openOnClass:self andSelector:#menuEditor24x24Icon
Icon flushCachedIcons
|
-
method24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self method24x24Icon inspect
ImageEditor openOnClass:self andSelector:#method24x24Icon
Icon flushCachedIcons
|
-
methodFinder24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self methodFinder24x24Icon inspect
ImageEditor openOnClass:self andSelector:#methodFinder24x24Icon
Icon flushCachedIcons
|
-
newClassWizardIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newClassWizardIcon inspect
ImageEditor openOnClass:self andSelector:#newClassWizardIcon
Icon flushCachedIcons
|
-
newDataSet24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newDataSet24x24Icon inspect
ImageEditor openOnClass:self andSelector:#newDataSet24x24Icon
Icon flushCachedIcons
|
-
newFileBrowser24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newFileBrowser24x24Icon inspect
ImageEditor openOnClass:self andSelector:#newFileBrowser24x24Icon
Icon flushCachedIcons
|
-
newImage24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newImage24x24Icon inspect
ImageEditor openOnClass:self andSelector:#newImage24x24Icon
Icon flushCachedIcons
|
-
newMenu24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newMenu24x24Icon inspect
ImageEditor openOnClass:self andSelector:#newMenu24x24Icon
Icon flushCachedIcons
|
-
newSystemBrowser24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newSystemBrowser24x24Icon inspect
ImageEditor openOnClass:self andSelector:#newSystemBrowser24x24Icon
Icon flushCachedIcons
|
-
newWindowSpec24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self newWindowSpec24x24Icon inspect
ImageEditor openOnClass:self andSelector:#newWindowSpec24x24Icon
Icon flushCachedIcons
|
-
new_24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self new_24x24Icon inspect
ImageEditor openOnClass:self andSelector:#new_24x24Icon
Icon flushCachedIcons
|
-
noSnapshot20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self noSnapshot20x20Icon inspect
ImageEditor openOnClass:self andSelector:#noSnapshot20x20Icon
Icon flushCachedIcons
|
-
packageDefectOpen24x24Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self packageDefectOpen24x24Icon2 inspect
ImageEditor openOnClass:self andSelector:#packageDefectOpen24x24Icon2
Icon flushCachedIcons
|
-
packageIn24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self packageIn24x24Icon inspect
ImageEditor openOnClass:self andSelector:#packageIn24x24Icon
Icon flushCachedIcons
|
-
packageOpen24x24Icon
-
-
packageOpen24x24Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self packageOpen24x24Icon1 inspect
ImageEditor openOnClass:self andSelector:#packageOpen24x24Icon1
Icon flushCachedIcons
|
-
packageOpen24x24Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self packageOpen24x24Icon2 inspect
ImageEditor openOnClass:self andSelector:#packageOpen24x24Icon2
Icon flushCachedIcons
|
-
packageOut24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self packageOut24x24Icon inspect
ImageEditor openOnClass:self andSelector:#packageOut24x24Icon
Icon flushCachedIcons
|
-
photoAreaIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self photoAreaIcon inspect
ImageEditor openOnClass:self andSelector:#photoAreaIcon
Icon flushCachedIcons
|
-
photoIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self photoIcon inspect
ImageEditor openOnClass:self andSelector:#photoIcon
Icon flushCachedIcons
|
-
redoXP24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redoXP24x24Icon inspect
ImageEditor openOnClass:self andSelector:#redoXP24x24Icon
Icon flushCachedIcons
|
-
reload24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self reload24x24Icon inspect
ImageEditor openOnClass:self andSelector:#reload24x24Icon
Icon flushCachedIcons
|
-
rightArrow24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrow24x24Icon inspect
ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon
|
-
rightArrow24x24disabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrow24x24disabledIcon inspect
ImageEditor openOnClass:self andSelector:#rightArrow24x24disabledIcon
Icon flushCachedIcons
|
-
sUnit24x24BaseIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sUnit24x24BaseIcon inspect
ImageEditor openOnClass:self andSelector:#sUnit24x24BaseIcon
Icon flushCachedIcons
|
-
sUnit24x24DebugIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sUnit24x24DebugIcon inspect
ImageEditor openOnClass:self andSelector:#sUnit24x24DebugIcon
Icon flushCachedIcons
|
-
sUnit24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sUnit24x24Icon inspect
ImageEditor openOnClass:self andSelector:#sUnit24x24Icon
Icon flushCachedIcons
|
-
saveImage24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self saveImage24x24Icon inspect
ImageEditor openOnClass:self andSelector:#saveImage24x24Icon
Icon flushCachedIcons
|
-
shell24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self shell24x24Icon inspect
ImageEditor openOnClass:self andSelector:#shell24x24Icon
|
-
snapshot20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self snapshot20x20Icon inspect
ImageEditor openOnClass:self andSelector:#snapshot20x20Icon
Icon flushCachedIcons
|
-
snapshot24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self snapshot24x24Icon inspect
ImageEditor openOnClass:self andSelector:#snapshot24x24Icon
Icon flushCachedIcons
|
-
systemBrowser24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self systemBrowser24x24Icon inspect
ImageEditor openOnClass:self andSelector:#systemBrowser24x24Icon
Icon flushCachedIcons
|
-
uiPainter24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self uiPainter24x24Icon inspect
ImageEditor openOnClass:self andSelector:#uiPainter24x24Icon
Icon flushCachedIcons
|
-
undoXP24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undoXP24x24Icon inspect
ImageEditor openOnClass:self andSelector:#undoXP24x24Icon
Icon flushCachedIcons
|
-
unixShellTerminal24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self unixShellTerminal24x24Icon inspect
ImageEditor openOnClass:self andSelector:#unixShellTerminal24x24Icon
Icon flushCachedIcons
|
-
upArrow24x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upArrow24x24Icon inspect
ImageEditor openOnClass:self andSelector:#upArrow24x24Icon
|
-
windowInspectIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self windowInspectIcon inspect
ImageEditor openOnClass:self andSelector:#windowInspectIcon
Icon flushCachedIcons
|
-
windowInspectIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self windowInspectIcon2 inspect
ImageEditor openOnClass:self andSelector:#windowInspectIcon2
Icon flushCachedIcons
|
-
workspace24x24Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self workspace24x24Icon2 inspect
ImageEditor openOnClass:self andSelector:#workspace24x24Icon2
Icon flushCachedIcons
|
image specs-28x28
-
bug28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bug28x28Icon inspect
ImageEditor openOnClass:self andSelector:#bug28x28Icon
|
-
bugReporter28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bugReporter28x28Icon inspect
ImageEditor openOnClass:self andSelector:#bugReporter28x28Icon
Icon flushCachedIcons
|
-
bugReporterIcon
-
-
changesBrowser28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self changesBrowser28x28Icon inspect
ImageEditor openOnClass:self andSelector:#changesBrowser28x28Icon
Icon flushCachedIcons
|
-
copy28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self copy28x28Icon inspect
ImageEditor openOnClass:self andSelector:#copy28x28Icon
Icon flushCachedIcons
|
-
cut28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self cut28x28Icon inspect
ImageEditor openOnClass:self andSelector:#cut28x28Icon
|
-
delete28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self delete28x28Icon inspect
ImageEditor openOnClass:self andSelector:#delete28x28Icon
|
-
desktop28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktop28x28Icon inspect
ImageEditor openOnClass:self andSelector:#desktop28x28Icon
Icon flushCachedIcons
|
-
dos28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dos28x28Icon inspect
ImageEditor openOnClass:self andSelector:#dos28x28Icon
|
-
extract28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self extract28x28Icon inspect
ImageEditor openOnClass:self andSelector:#extract28x28Icon
|
-
fileBrowser28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileBrowser28x28Icon inspect
ImageEditor openOnClass:self andSelector:#fileBrowser28x28Icon
Icon flushCachedIcons
|
-
fileIn28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileIn28x28Icon inspect
ImageEditor openOnClass:self andSelector:#fileIn28x28Icon
|
-
garbageCollect28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self garbageCollect28x28Icon inspect
ImageEditor openOnClass:self andSelector:#garbageCollect28x28Icon
Icon flushCachedIcons
|
-
help28x28Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self help28x28Icon1 inspect
ImageEditor openOnClass:self andSelector:#help28x28Icon1
Icon flushCachedIcons
|
-
help28x28Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self help28x28Icon2 inspect
ImageEditor openOnClass:self andSelector:#help28x28Icon2
Icon flushCachedIcons
|
-
help28x28Icon3
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self help28x28Icon3 inspect
ImageEditor openOnClass:self andSelector:#help28x28Icon3
Icon flushCachedIcons
|
-
history28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self history28x28Icon inspect
ImageEditor openOnClass:self andSelector:#history28x28Icon
|
-
home28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self home28x28Icon inspect
ImageEditor openOnClass:self andSelector:#home28x28Icon
|
-
imageEditor28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self imageEditor28x28Icon inspect
ImageEditor openOnClass:self andSelector:#imageEditor28x28Icon
Icon flushCachedIcons
|
-
menuEditor28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self menuEditor28x28Icon inspect
ImageEditor openOnClass:self andSelector:#menuEditor28x28Icon
Icon flushCachedIcons
|
-
paste28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self paste28x28Icon inspect
ImageEditor openOnClass:self andSelector:#paste28x28Icon
Icon flushCachedIcons
|
-
reloadFromFile28x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self reloadFromFile28x22Icon inspect
ImageEditor openOnClass:self andSelector:#reloadFromFile28x22Icon
Icon flushCachedIcons
|
-
reloadTextFromFile28x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self reloadTextFromFile28x22Icon inspect
ImageEditor openOnClass:self andSelector:#reloadTextFromFile28x22Icon
Icon flushCachedIcons
|
-
sUnit28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sUnit28x28Icon inspect
ImageEditor openOnClass:self andSelector:#sUnit28x28Icon
Icon flushCachedIcons
|
-
saveImage28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self saveImage28x28Icon inspect
ImageEditor openOnClass:self andSelector:#saveImage28x28Icon
Icon flushCachedIcons
|
-
saveTextToFile28x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self saveTextToFile28x22Icon inspect
ImageEditor openOnClass:self andSelector:#saveTextToFile28x22Icon
Icon flushCachedIcons
|
-
saveToFile28x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self saveToFile28x22Icon inspect
ImageEditor openOnClass:self andSelector:#saveToFile28x22Icon
Icon flushCachedIcons
|
-
search28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self search28x28Icon inspect
ImageEditor openOnClass:self andSelector:#search28x28Icon
|
-
shell28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self shell28x28Icon inspect
ImageEditor openOnClass:self andSelector:#shell28x28Icon
|
-
systemBrowserClassHistory28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self systemBrowserClassHistory28x28Icon inspect
ImageEditor openOnClass:self andSelector:#systemBrowserClassHistory28x28Icon
Icon flushCachedIcons
|
-
uiPainter28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self uiPainter28x28Icon inspect
ImageEditor openOnClass:self andSelector:#uiPainter28x28Icon
Icon flushCachedIcons
|
-
workspace28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self workspace28x28Icon inspect
ImageEditor openOnClass:self andSelector:#workspace28x28Icon
Icon flushCachedIcons
|
image specs-28x28-XP
-
eraseXP28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self eraseXP28x28Icon inspect
ImageEditor openOnClass:self andSelector:#eraseXP28x28Icon
Icon flushCachedIcons
|
-
redoXP28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redoXP28x28Icon inspect
ImageEditor openOnClass:self andSelector:#redoXP28x28Icon
Icon flushCachedIcons
|
-
undoXP28x28Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undoXP28x28Icon inspect
ImageEditor openOnClass:self andSelector:#undoXP28x28Icon
Icon flushCachedIcons
|
image specs-32x32
-
bug32x32Icon
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
desktop32x32Icon
-
-
desktop32x32Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktop32x32Icon1 inspect
ImageEditor openOnClass:self andSelector:#desktop32x32Icon1
Icon flushCachedIcons
|
-
desktop32x32Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktop32x32Icon2 inspect
ImageEditor openOnClass:self andSelector:#desktop32x32Icon2
Icon flushCachedIcons
|
-
error32x32Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self error32x32Icon inspect
ImageEditor openOnClass:self andSelector:#error32x32Icon
Icon flushCachedIcons
|
-
lint32x32Icon
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self lint32x32Icon inspect
ImageEditor openOnClass:self andSelector:#lint32x32Icon
Icon flushCachedIcons
|
-
openEditApplication32x32Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openEditApplication32x32Icon inspect
ImageEditor openOnClass:self andSelector:#openEditApplication32x32Icon
Icon flushCachedIcons
|
-
openViewerApplication32x32Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openViewerApplication32x32Icon inspect
ImageEditor openOnClass:self andSelector:#openViewerApplication32x32Icon
Icon flushCachedIcons
|
-
warn32x32Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self warn32x32Icon inspect
ImageEditor openOnClass:self andSelector:#warn32x32Icon
Icon flushCachedIcons
|
image specs-misc
-
DirectoryUp22x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self DirectoryUp22x22Icon inspect
ImageEditor openOnClass:self andSelector:#DirectoryUp22x22Icon
Icon flushCachedIcons
|
-
bookmarks17x18
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bookmarks17x18 inspect
ImageEditor openOnClass:self andSelector:#bookmarks17x18
Icon flushCachedIcons
|
-
desktop30x30Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self desktop30x30Icon inspect
ImageEditor openOnClass:self andSelector:#desktop30x30Icon
Icon flushCachedIcons
|
-
documents26x26Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self documents26x26Icon inspect
ImageEditor openOnClass:self andSelector:#documents26x26Icon
Icon flushCachedIcons
|
-
enlargeWindowVerticalIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self enlargeWindowVerticalIcon inspect
ImageEditor openOnClass:self andSelector:#enlargeWindowVerticalIcon
Icon flushCachedIcons
|
-
fileOpenIcon
-
-
garbage9x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self garbage9x16Icon inspect
ImageEditor openOnClass:self andSelector:#garbage9x16Icon
Icon flushCachedIcons
|
-
greenThumbUnknownSmallIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self greenThumbUnknownSmallIcon inspect
ImageEditor openOnClass:self andSelector:#greenThumbUnknownSmallIcon
Icon flushCachedIcons
|
-
greenThumbUpIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self greenThumbUpIcon inspect
ImageEditor openOnClass:self andSelector:#greenThumbUpIcon
Icon flushCachedIcons
|
-
greenThumbUpSmallIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self greenThumbUpSmallIcon inspect
ImageEditor openOnClass:self andSelector:#greenThumbUpSmallIcon
Icon flushCachedIcons
|
-
greyThumbRightIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self greyThumbRightIcon inspect
ImageEditor openOnClass:self andSelector:#greyThumbRightIcon
Icon flushCachedIcons
|
-
greyThumbUpIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self greyThumbUpIcon inspect
ImageEditor openOnClass:self andSelector:#greyThumbUpIcon
Icon flushCachedIcons
|
-
hideToolBarIcon
-
-
languages16x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self languages16x12Icon inspect
ImageEditor openOnClass:self andSelector:#languages16x12Icon
Icon flushCachedIcons
|
-
languages20x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self languages20x12Icon inspect
ImageEditor openOnClass:self andSelector:#languages20x12Icon
Icon flushCachedIcons
|
-
loadFromFileIcon
-
-
loadImageFromFileIcon
-
-
redThumbDownIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redThumbDownIcon inspect
ImageEditor openOnClass:self andSelector:#redThumbDownIcon
Icon flushCachedIcons
|
-
redThumbDownSmallIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self redThumbDownSmallIcon inspect
ImageEditor openOnClass:self andSelector:#redThumbDownSmallIcon
Icon flushCachedIcons
|
-
redoIcon
-
-
saveToFileAsIcon
-
-
saveToFileIcon
-
-
shrinkWindowVerticalIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self shrinkWindowVerticalIcon inspect
ImageEditor openOnClass:self andSelector:#shrinkWindowVerticalIcon
Icon flushCachedIcons
|
-
smallBugIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smallBugIcon inspect
ImageEditor openOnClass:self andSelector:#smallBugIcon
Icon flushCachedIcons
|
image specs-tools
-
addBufferIcon
-
-
addTabIcon
-
-
browseItIcon
-
-
bug2_25x25Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self bug2_25x25Icon inspect
ImageEditor openOnClass:self andSelector:#bug2_25x25Icon
Icon flushCachedIcons
|
-
bugIcon
-
-
copyIcon
-
-
cutIcon
-
-
debugItIcon
-
-
deleteIcon
-
-
doItIcon
-
-
doItMultipleIcon
-
-
downIcon
-
-
downRightIcon
-
-
inspectItIcon
-
-
leftDownIcon
-
-
printItIcon
-
-
profileItIcon
-
-
removeTabEnteredIcon
-
-
removeTabIcon
-
-
undoIcon
-
^ self undo16x16Icon2
-
upIcon
-
-
upRightIcon
-
image specs-tools-ChangeSetDiffTool & TextDiffTool
-
mergeDiff3AToMergedArrow30x30
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeDiff3AToMergedArrow30x30.xpm
Usage example(s):
self mergeDiff3AToMergedArrow30x30 inspect
ImageEditor openOnClass:self andSelector:#mergeDiff3AToMergedArrow30x30
Icon flushCachedIcons
|
-
mergeDiff3BToMergedArrow30x30
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeDiff3BToMergedArrow30x30 inspect
ImageEditor openOnClass:self andSelector:#mergeDiff3BToMergedArrow30x30
Icon flushCachedIcons
|
-
mergeDiff3BaseToAArrow30x30
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeDiff3BaseToAArrow30x30 inspect
ImageEditor openOnClass:self andSelector:#mergeDiff3BaseToAArrow30x30
Icon flushCachedIcons
|
-
mergeDiff3BaseToBArrow30x30
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeDiff3BaseToBArrow30x30 inspect
ImageEditor openOnClass:self andSelector:#mergeDiff3BaseToBArrow30x30
Icon flushCachedIcons
|
-
mergeMerge24x24
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeMerge24x24.xpm
Usage example(s):
self mergeMerge24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeMerge24x24
Icon flushCachedIcons
|
-
mergeMerge32x32
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeMerge32x32.xpm
Usage example(s):
self mergeMerge32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeMerge32x32
Icon flushCachedIcons
|
-
mergeMergeExternal24x24
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeMergeExternal24x24.xpm
Usage example(s):
self mergeMergeExternal24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeMergeExternal24x24
Icon flushCachedIcons
|
-
mergeMergeExternal32x32
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeMergeExternal32x32.xpm
Usage example(s):
self mergeMergeExternal32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeMergeExternal32x32
Icon flushCachedIcons
|
-
mergeNext24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeNext24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeNext24x24
Icon flushCachedIcons
|
-
mergeNext32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeNext32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeNext32x32
Icon flushCachedIcons
|
-
mergeNextConflict24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeNextConflict24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeNextConflict24x24
Icon flushCachedIcons
|
-
mergeNextConflict32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeNextConflict32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeNextConflict32x32
Icon flushCachedIcons
|
-
mergeNextConflictAutoAdvance24x24
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeNextConflictAutoAdvance24x24.xpm
Usage example(s):
self mergeNextConflictAutoAdvance24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeNextConflictAutoAdvance24x24
Icon flushCachedIcons
|
-
mergeNextConflictAutoAdvance32x32
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeNextConflictAutoAdvance32x32.xpm
Usage example(s):
self mergeNextConflictAutoAdvance32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeNextConflictAutoAdvance32x32
Icon flushCachedIcons
|
-
mergePrev24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergePrev24x24 inspect
ImageEditor openOnClass:self andSelector:#mergePrev24x24
Icon flushCachedIcons
|
-
mergePrev32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergePrev32x32 inspect
ImageEditor openOnClass:self andSelector:#mergePrev32x32
Icon flushCachedIcons
|
-
mergePrevConflict24x24
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergePrevConflict24x24.xpm
Usage example(s):
self mergePrevConflict24x24 inspect
ImageEditor openOnClass:self andSelector:#mergePrevConflict24x24
Icon flushCachedIcons
|
-
mergePrevConflict32x32
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergePrevConflict32x32.xpm
Usage example(s):
self mergePrevConflict32x32 inspect
ImageEditor openOnClass:self andSelector:#mergePrevConflict32x32
Icon flushCachedIcons
|
-
mergeUsingA24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingA24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingA24x24
Icon flushCachedIcons
|
-
mergeUsingA32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingA32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingA32x32
Icon flushCachedIcons
|
-
mergeUsingAAll24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingAAll24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingAAll24x24
Icon flushCachedIcons
|
-
mergeUsingAAll32x32
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingAAll32x32.xpm
Usage example(s):
self mergeUsingAAll32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingAAll32x32
Icon flushCachedIcons
|
-
mergeUsingB24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingB24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingB24x24
Icon flushCachedIcons
|
-
mergeUsingB32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingB32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingB32x32
Icon flushCachedIcons
|
-
mergeUsingBAll24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingBAll24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingBAll24x24
Icon flushCachedIcons
|
-
mergeUsingBAll32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingBAll32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingBAll32x32
Icon flushCachedIcons
|
-
mergeUsingBase24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingBase24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingBase24x24
Icon flushCachedIcons
|
-
mergeUsingBase32x32
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mergeUsingBase32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingBase32x32
Icon flushCachedIcons
|
-
mergeUsingBaseAll24x24
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingBaseAll24x24.xpm
Usage example(s):
self mergeUsingBaseAll24x24 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingBaseAll24x24
Icon flushCachedIcons
|
-
mergeUsingBaseAll32x32
-
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingBaseAll32x32.xpm
Usage example(s):
self mergeUsingBaseAll32x32 inspect
ImageEditor openOnClass:self andSelector:#mergeUsingBaseAll32x32
Icon flushCachedIcons
|
image specs-tools-FileBrowser
-
addTabEnteredIcon
-
-
changesBrowserIcon
-
-
copyFileIcon
-
-
cutFileIcon
-
-
deleteFileIcon
-
-
desktopIcon
-
-
diffIcon
-
-
directoryBookmarks20x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self directoryBookmarks20x20Icon inspect
ImageEditor openOnClass:self andSelector:#directoryBookmarks20x20Icon
Icon flushCachedIcons
|
-
directoryBookmarksIcon
-
-
directoryOpen18x18Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self directoryOpen18x18Icon inspect
ImageEditor openOnClass:self andSelector:#directoryOpen18x18Icon
Icon flushCachedIcons
|
-
directoryOpenHalfGrey18x18Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self directoryOpenHalfGrey18x18Icon inspect
ImageEditor openOnClass:self andSelector:#directoryOpenHalfGrey18x18Icon
Icon flushCachedIcons
|
-
directoryUpIcon
-
-
documentsIcon
-
-
dosShellTerminalIcon
-
-
editApplicationIcon
-
-
editFileIcon
-
-
editIcon
-
-
encodingLockIcon
-
-
executeCommand
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self executeCommand inspect
ImageEditor openOnClass:self andSelector:#executeCommand
Icon flushCachedIcons
|
-
fileContents14x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileContents14x17Icon inspect
ImageEditor openOnClass:self andSelector:#fileContents14x17Icon
Icon flushCachedIcons
|
-
fileContentsIcon
-
-
fileImageContents14x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileImageContents14x17Icon inspect
ImageEditor openOnClass:self andSelector:#fileImageContents14x17Icon
Icon flushCachedIcons
|
-
fileImageContentsIcon
-
-
fileInIcon
-
-
fitImageSizeToViewIcon
-
-
hexToggle14x17Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hexToggle14x17Icon inspect
ImageEditor openOnClass:self andSelector:#hexToggle14x17Icon
Icon flushCachedIcons
|
-
hexToggleIcon
-
-
historyBackIcon
-
-
historyBackInGlobalListIcon
-
-
historyForwardIcon
-
-
historyIcon
-
-
homeIcon
-
-
homeIcon2
-
-
makeIcon
-
-
newDirectoryIcon
-
-
newFileIcon
-
-
pasteFileIcon
-
-
printerIcon
-
-
reloadIcon
-
-
reloadTextFromFileIcon
-
-
rememberCommand
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rememberCommand inspect
ImageEditor openOnClass:self andSelector:#rememberCommand
Icon flushCachedIcons
|
-
saveAsToFile32x22Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self saveAsToFile32x22Icon inspect
ImageEditor openOnClass:self andSelector:#saveAsToFile32x22Icon
Icon flushCachedIcons
|
-
saveImageToFileAsIcon
-
-
saveTextToFileIcon
-
-
searchFileIcon
-
-
searchIcon
-
-
shellTerminalIcon
-
self shellTerminalIcon
-
stxHomeIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stxHomeIcon inspect
ImageEditor openOnClass:self andSelector:#stxHomeIcon
Icon flushCachedIcons
|
-
unixShellTerminalIcon
-
self unixShellTerminalIcon
-
viewDetailsIcon
-
-
viewNoDetailsIcon
-
image specs-tools-FileBrowser-Filetypes
-
fileTypeAddOnLinked
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeAddOnLinked inspect
ImageEditor openOnClass:self andSelector:#fileTypeAddOnLinked
Icon flushCachedIcons
|
-
fileTypeAddOnLocked
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeAddOnLocked inspect
ImageEditor openOnClass:self andSelector:#fileTypeAddOnLocked
Icon flushCachedIcons
|
-
fileTypeApplicationBinaryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationBinaryIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationBinaryIcon
Icon flushCachedIcons
|
-
fileTypeApplicationJavaArchiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationJavaArchiveIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationJavaArchiveIcon
Icon flushCachedIcons
|
-
fileTypeApplicationLibraryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationLibraryIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationLibraryIcon
Icon flushCachedIcons
|
-
fileTypeApplicationPdfIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationPdfIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationPdfIcon
Icon flushCachedIcons
|
-
fileTypeApplicationPostscriptIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationPostscriptIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationPostscriptIcon
Icon flushCachedIcons
|
-
fileTypeApplicationRtfIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationRtfIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationRtfIcon
Icon flushCachedIcons
|
-
fileTypeApplicationSharedLibraryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationSharedLibraryIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationSharedLibraryIcon
Icon flushCachedIcons
|
-
fileTypeAudioIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeAudioIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeAudioIcon
Icon flushCachedIcons
|
-
fileTypeBinaryFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeBinaryFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeBinaryFileIcon
Icon flushCachedIcons
|
-
fileTypeCPlusPlusSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCPlusPlusSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCPlusPlusSourceIcon
Icon flushCachedIcons
|
-
fileTypeCSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCSourceIcon
Icon flushCachedIcons
|
-
fileTypeCompressedArchiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCompressedArchiveIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCompressedArchiveIcon
Icon flushCachedIcons
|
-
fileTypeDeviceFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileTypeDigitalNotepadIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDigitalNotepadIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDigitalNotepadIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryGrayIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryGrayIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryGrayIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryLinkIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryLinkIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryLinkIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryLockedIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryLockedIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryLockedIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryNetworkIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryNetworkIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryNetworkIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryOpenGrayIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryOpenGrayIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenGrayIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryOpenIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryOpenIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenIcon
Icon flushCachedIcons
|
-
fileTypeExecutableFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeExecutableFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeExecutableFileIcon
Icon flushCachedIcons
|
-
fileTypeExpeccoEncryptedFileAttachmentIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileTypeExpeccoLogfileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeExpeccoLogfileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeExpeccoLogfileIcon
Icon flushCachedIcons
|
-
fileTypeExpeccoSuiteIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeExpeccoSuiteIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeExpeccoSuiteIcon
Icon flushCachedIcons
|
-
fileTypeFileArchiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeFileArchiveIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeFileArchiveIcon
Icon flushCachedIcons
|
-
fileTypeFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
Icon flushCachedIcons
|
-
fileTypeFileLinkIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeFileLinkIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeFileLinkIcon
Icon flushCachedIcons
|
-
fileTypeFileLockedIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeFileLockedIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeFileLockedIcon
Icon flushCachedIcons
|
-
fileTypeHeaderFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeHeaderFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeHeaderFileIcon
Icon flushCachedIcons
|
-
fileTypeHomeDirectoryIcon
-
-
fileTypeImageFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeImageFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeImageFileIcon
Icon flushCachedIcons
|
-
fileTypeJavaScriptSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeJavaScriptSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeJavaScriptSourceIcon
Icon flushCachedIcons
|
-
fileTypeJavaSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeJavaSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeJavaSourceIcon
Icon flushCachedIcons
|
-
fileTypeLispSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeLispSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeLispSourceIcon
Icon flushCachedIcons
|
-
fileTypeSmalltalkSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeSmalltalkSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeSmalltalkSourceIcon
Icon flushCachedIcons
|
-
fileTypeSpecialFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeSpecialFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeSpecialFileIcon
Icon flushCachedIcons
|
-
fileTypeTextHtmlIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextHtmlIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextHtmlIcon
Icon flushCachedIcons
|
-
fileTypeTextIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextIcon
Icon flushCachedIcons
|
-
fileTypeTextXMLIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextXMLIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextXMLIcon
Icon flushCachedIcons
|
-
fileTypeVideoIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeVideoIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeVideoIcon
Icon flushCachedIcons
|
image specs-tools-ImageEditor
-
imageEditorSmallIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self imageEditorSmallIcon inspect
ImageEditor openOnClass:self andSelector:#imageEditorSmallIcon
Icon flushCachedIcons
|
-
loadImageFromMethodIcon
-
-
newImageIcon
-
-
saveImageAsMethodAsIcon
-
-
saveImageAsMethodIcon
-
image specs-tools-Launcher
-
displayScreenIcon
-
-
editorIcon
-
-
fontIcon
-
-
garbageCollectIcon
-
^ self garbageCollect28x28Icon
-
helpIcon1
-
-
helpIcon2
-
-
helpIcon3
-
-
helpIconMasked16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self helpIconMasked16x16 inspect
ImageEditor openOnClass:self andSelector:#helpIconMasked16x16
Icon flushCachedIcons
|
-
imageEditorIcon
-
-
keyboardMappingIcon
-
-
languagesIcon
-
^ self languages20x12Icon
-
memoryIcon
-
-
projectBuilderIcon
-
^ self packageOpen24x24Icon
-
saveImageIcon
-
^ self saveImage28x28Icon
-
startChangesBrowserIcon
-
^ self changesBrowser28x28Icon
-
startFileBrowserIcon
-
^ self fileBrowser28x28Icon
-
startImageEditorIcon
-
^ self imageEditor28x28Icon
-
startMenuEditorIcon
-
^ self menuEditor28x28Icon
-
startNewFileBrowserIcon
-
-
startNewSystemBrowserIcon
-
-
startSystemBrowserIcon
-
^ SystemBrowser defaultIcon
-
startSystemBrowserOnHistoryClassIcon
-
-
startUIPainterIcon
-
^ self uiPainter28x28Icon
-
startWorkspaceIcon
-
Modified (comment): / 28-10-2018 / 12:23:56 / Claus Gittinger
-
stxHelpIcon
-
-
stxSettings24x24Icon
-
-
stxSettings24x24Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stxSettings24x24Icon1 inspect
ImageEditor openOnClass:self andSelector:#stxSettings24x24Icon1
Icon flushCachedIcons
|
-
stxSettings24x24Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self stxSettings24x24Icon2 inspect
ImageEditor openOnClass:self andSelector:#stxSettings24x24Icon2
Icon flushCachedIcons
|
-
systemBrowserIcon
-
image specs-tools-MenuEditor
-
copyMenuItemIcon
-
-
cutMenuItemIcon
-
-
newMenuIcon
-
-
pasteMenuItemIcon
-
image specs-tools-SystemBrowser
-
addBreakPointIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self addBreakPointIcon2 inspect
ImageEditor openOnClass:self andSelector:#addBreakPointIcon2
Icon flushCachedIcons
|
-
addBuffer13x11Icon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self addBuffer13x11Icon1 inspect
ImageEditor openOnClass:self andSelector:#addBuffer13x11Icon1
Icon flushCachedIcons
|
-
addBuffer16x16Icon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self addBuffer16x16Icon2 inspect
ImageEditor openOnClass:self andSelector:#addBuffer16x16Icon2
Icon flushCachedIcons
|
-
breakpointBlueDisabled
-
-
breakpointBlueEnabled
-
-
breakpointDisabled
-
-
breakpointDisabledWithWarning
-
-
breakpointRedDisabled
-
-
breakpointRedDisabledWithWarning
-
-
breakpointRedEnabled
-
-
breakpointRedEnabledWithWarning
-
-
formatCodeAndAcceptIcon
-
-
formatCodeIcon
-
-
padLockBlackMiniIcon
-
-
padLockBlueMiniIcon
-
-
padLockGrayMiniIcon
-
-
padLockGreenMiniIcon
-
-
padLockRedMiniIcon
-
-
removeBreakPointBlueIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeBreakPointBlueIcon2 inspect
ImageEditor openOnClass:self andSelector:#removeBreakPointBlueIcon2
Icon flushCachedIcons
|
-
removeBreakPointIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self removeBreakPointIcon2 inspect
ImageEditor openOnClass:self andSelector:#removeBreakPointIcon2
Icon flushCachedIcons
|
-
tag16x16Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self tag16x16Icon inspect
ImageEditor openOnClass:self andSelector:#tag16x16Icon
Icon flushCachedIcons
|
-
tracepointBlue
-
image specs-tools-SystemBrowser-classIcons
-
abstractClassIcon
-
-
abstractClassIcon1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self abstractClassIcon1 inspect
ImageEditor openOnClass:self andSelector:#abstractClassIcon1
Icon flushCachedIcons
|
-
abstractClassIcon2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self abstractClassIcon2 inspect
ImageEditor openOnClass:self andSelector:#abstractClassIcon2
Icon flushCachedIcons
|
-
abstractContainerClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self abstractContainerClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#abstractContainerClassBrowserIcon
Icon flushCachedIcons
|
-
abstractWindowClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self abstractWindowClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#abstractWindowClassBrowserIcon
Icon flushCachedIcons
|
-
announcementClassIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self announcementClassIcon inspect
ImageEditor openOnClass:self andSelector:#announcementClassIcon
Icon flushCachedIcons
|
-
applicationDefinitionClassIcon
-
-
autoloadedClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self autoloadedClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#autoloadedClassBrowserIcon
Icon flushCachedIcons
|
-
containerClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self containerClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#containerClassBrowserIcon
Icon flushCachedIcons
|
-
dart13x11Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self dart13x11Icon inspect
ImageEditor openOnClass:self andSelector:#dart13x11Icon
Icon flushCachedIcons
|
-
dartClassBrowserIcon
-
^ self dart13x11Icon
-
deprecatedClassIcon
-
-
deprecatedMethodIcon
-
-
doNotEnterIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self doNotEnterIcon inspect
ImageEditor openOnClass:self andSelector:#doNotEnterIcon
Icon flushCachedIcons
|
-
enumTypeBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self enumTypeBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#enumTypeBrowserIcon
Icon flushCachedIcons
|
-
errorClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self errorClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#errorClassBrowserIcon
Icon flushCachedIcons
|
-
exceptionClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self exceptionClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#exceptionClassBrowserIcon
Icon flushCachedIcons
|
-
guiApplicationDefinitionClassIcon
-
-
javascriptClassBrowserIcon
-
-
libraryDefinitionClassIcon
-
-
mockupClassIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self mockupClassIcon inspect
ImageEditor openOnClass:self andSelector:#mockupClassIcon
Icon flushCachedIcons
|
-
nameSpaceBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self nameSpaceBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#nameSpaceBrowserIcon
Icon flushCachedIcons
|
-
notificationClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self notificationClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#notificationClassBrowserIcon
Icon flushCachedIcons
|
-
obsoleteClassIcon
-
-
obsoleteMethodIcon
-
-
packageIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self packageIcon inspect
ImageEditor openOnClass:self andSelector:#packageIcon
Icon flushCachedIcons
|
-
programImageIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self programImageIcon inspect
ImageEditor openOnClass:self andSelector:#programImageIcon
Icon flushCachedIcons
|
-
queryClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self queryClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#queryClassBrowserIcon
Icon flushCachedIcons
|
-
sharedPoolBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sharedPoolBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#sharedPoolBrowserIcon
Icon flushCachedIcons
|
-
smallGrayPackageIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smallGrayPackageIcon inspect
ImageEditor openOnClass:self andSelector:#smallGrayPackageIcon
Icon flushCachedIcons
|
-
smallGreenPackageIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smallGreenPackageIcon inspect
ImageEditor openOnClass:self andSelector:#smallGreenPackageIcon
Icon flushCachedIcons
|
-
smallOrangePackageIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smallOrangePackageIcon inspect
ImageEditor openOnClass:self andSelector:#smallOrangePackageIcon
Icon flushCachedIcons
|
-
smallYellowPackageIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smallYellowPackageIcon inspect
ImageEditor openOnClass:self andSelector:#smallYellowPackageIcon
Icon flushCachedIcons
|
-
smalltalkAbstractClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smalltalkAbstractClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#smalltalkAbstractClassBrowserIcon
Icon flushCachedIcons
|
-
smalltalkClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self smalltalkClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#smalltalkClassBrowserIcon
Icon flushCachedIcons
|
-
standaloneStartupHeadlessIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self standaloneStartupHeadlessIcon inspect
ImageEditor openOnClass:self andSelector:#standaloneStartupHeadlessIcon
Icon flushCachedIcons
|
-
standaloneStartupIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self standaloneStartupIcon inspect
ImageEditor openOnClass:self andSelector:#standaloneStartupIcon
Icon flushCachedIcons
|
-
startableClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self startableClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#startableClassBrowserIcon
Icon flushCachedIcons
|
-
testCaseClassIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self testCaseClassIcon inspect
ImageEditor openOnClass:self andSelector:#testCaseClassIcon
Icon flushCachedIcons
|
-
testCaseErrorIcon
-
^ self redThumbDownSmallIcon
-
testCaseFailedIcon
-
^ self testCaseErrorIcon
-
testCasePassedIcon
-
^ self greenThumbUpSmallIcon
-
testCaseSkippedIcon
-
^ self greenThumbUnknownSmallIcon
-
timeClassBrowserIcon
-
-
underConstructionIcon
-
-
utilityClassIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self utilityClassIcon inspect
ImageEditor openOnClass:self andSelector:#utilityClassIcon
Icon flushCachedIcons
|
-
visualStartableClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self visualStartableClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#visualStartableClassBrowserIcon
Icon flushCachedIcons
|
-
warningClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self warningClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#warningClassBrowserIcon
Icon flushCachedIcons
|
-
webServiceAbstractClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self webServiceAbstractClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#webServiceAbstractClassBrowserIcon
Icon flushCachedIcons
|
-
webServiceClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self webServiceClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#webServiceClassBrowserIcon
Icon flushCachedIcons
|
-
windowClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self windowClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#windowClassBrowserIcon
Icon flushCachedIcons
|
image specs-tools-SystemBrowser-java
-
javaAbstractClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaAbstractClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaAbstractClassBrowserIcon
Icon flushCachedIcons
|
-
javaClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaClassBrowserIcon
Icon flushCachedIcons
|
-
javaExceptionBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaExceptionBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaExceptionBrowserIcon
Icon flushCachedIcons
|
-
javaPrivateClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaPrivateClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaPrivateClassBrowserIcon
Icon flushCachedIcons
|
-
javaPrivateEnumBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaPrivateEnumBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaPrivateEnumBrowserIcon
Icon flushCachedIcons
|
-
javaPrivateInterfaceBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaPrivateInterfaceBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaPrivateInterfaceBrowserIcon
Icon flushCachedIcons
|
-
javaProtectedClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaProtectedClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaProtectedClassBrowserIcon
Icon flushCachedIcons
|
-
javaProtectedEnumBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaProtectedEnumBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaProtectedEnumBrowserIcon
Icon flushCachedIcons
|
-
javaProtectedInterfaceBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaProtectedInterfaceBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaProtectedInterfaceBrowserIcon
Icon flushCachedIcons
|
-
javaPublicClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
javaPublicEnumBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaPublicEnumBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaPublicEnumBrowserIcon
Icon flushCachedIcons
|
-
javaPublicInterfaceBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaPublicInterfaceBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaPublicInterfaceBrowserIcon
Icon flushCachedIcons
|
-
javaRuntimeExceptionBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaRuntimeExceptionBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaRuntimeExceptionBrowserIcon
Icon flushCachedIcons
|
-
javaUndeclaredClassBrowserIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self javaUndeclaredClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#javaUndeclaredClassBrowserIcon
Icon flushCachedIcons
|
image specs-tools-UIPainter
-
copyWidgetIcon
-
-
cutWidgetIcon
-
-
deleteWidgetIcon
-
-
gridAlignIcon
-
-
gridIcon
-
-
loadFromMethodIcon
-
-
moveWidgetDownIcon
-
-
moveWidgetDownRightIcon
-
-
moveWidgetLeftDownIcon
-
-
moveWidgetUpIcon
-
-
newWindowSpecIcon
-
-
pasteWidgetIcon
-
-
saveAsMethodAsIcon
-
-
saveAsMethodIcon
-
image specs-tools-misc
-
addTableRow18x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self addTableRow18x20Icon inspect
ImageEditor openOnClass:self andSelector:#addTableRow18x20Icon
Icon flushCachedIcons
|
-
deleteTableRow18x20Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self deleteTableRow18x20Icon inspect
ImageEditor openOnClass:self andSelector:#deleteTableRow18x20Icon
Icon flushCachedIcons
|
-
errorIcon
-
-
newDataSetIcon
-
-
newRowIcon
-
-
openEditApplication2_32x21Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openEditApplication2_32x21Icon inspect
ImageEditor openOnClass:self andSelector:#openEditApplication2_32x21Icon
Icon flushCachedIcons
|
-
openViewerApplication2_32x21Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self openViewerApplication2_32x21Icon inspect
ImageEditor openOnClass:self andSelector:#openViewerApplication2_32x21Icon
Icon flushCachedIcons
|
-
presentationIcon
-
-
removeRowIcon
-
-
warnIcon
-
image specs-versions
-
versionA12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionA12x12 inspect
ImageEditor openOnClass:self andSelector:#versionA12x12
Icon flushCachedIcons
|
-
versionA16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionA16x16 inspect
ImageEditor openOnClass:self andSelector:#versionA16x16
Icon flushCachedIcons
|
-
versionA24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionA24x24 inspect
ImageEditor openOnClass:self andSelector:#versionA24x24
Icon flushCachedIcons
|
-
versionAB12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionAB12x12 inspect
ImageEditor openOnClass:self andSelector:#versionAB12x12
Icon flushCachedIcons
|
-
versionABBase12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionABBase12x12 inspect
ImageEditor openOnClass:self andSelector:#versionABBase12x12
Icon flushCachedIcons
|
-
versionABase12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionABase12x12 inspect
ImageEditor openOnClass:self andSelector:#versionABase12x12
Icon flushCachedIcons
|
-
versionB12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionB12x12 inspect
ImageEditor openOnClass:self andSelector:#versionB12x12
Icon flushCachedIcons
|
-
versionB16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionB16x16 inspect
ImageEditor openOnClass:self andSelector:#versionB16x16
Icon flushCachedIcons
|
-
versionB24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionB24x24 inspect
ImageEditor openOnClass:self andSelector:#versionB24x24
Icon flushCachedIcons
|
-
versionBBase12x12
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionBBase12x12 inspect
ImageEditor openOnClass:self andSelector:#versionBBase12x12
Icon flushCachedIcons
|
-
versionBase16x16
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionBase16x16 inspect
ImageEditor openOnClass:self andSelector:#versionBase16x16
Icon flushCachedIcons
|
-
versionBase24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionBase24x24 inspect
ImageEditor openOnClass:self andSelector:#versionBase24x24
Icon flushCachedIcons
|
-
versionMerged24x24
( an extension from the stx:libtool package )
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self versionMerged24x24 inspect
ImageEditor openOnClass:self andSelector:#versionMerged24x24
Icon flushCachedIcons
|
image specs-widgets
-
barResizeHorizontalIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self barResizeHorizontalIcon inspect
ImageEditor openOnClass:self andSelector:#barResizeHorizontalIcon
Icon flushCachedIcons
|
-
barResizeVerticalIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self barResizeVerticalIcon inspect
ImageEditor openOnClass:self andSelector:#barResizeVerticalIcon
Icon flushCachedIcons
|
-
colonBitmap
-
-
hideToolbar24x8Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbar24x8Icon inspect
ImageEditor openOnClass:self andSelector:#hideToolbar24x8Icon
Icon flushCachedIcons
|
-
hideToolbar8x24Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbar8x24Icon inspect
ImageEditor openOnClass:self andSelector:#hideToolbar8x24Icon
Icon flushCachedIcons
|
-
hideToolbarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbarIcon inspect
ImageEditor openOnClass:self andSelector:#hideToolbarIcon
|
-
hideToolbarIcon10x26
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbarIcon10x26 inspect
ImageEditor openOnClass:self andSelector:#hideToolbarIcon10x26
Icon flushCachedIcons
|
-
hideToolbarIconH14
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbarIconH14 inspect
ImageEditor openOnClass:self andSelector:#hideToolbarIconH14
Icon flushCachedIcons
|
-
hideToolbarIconH20
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbarIconH20 inspect
ImageEditor openOnClass:self andSelector:#hideToolbarIconH20
Icon flushCachedIcons
|
-
hideToolbarIconH26
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self hideToolbarIconH26 inspect
ImageEditor openOnClass:self andSelector:#hideToolbarIconH26
Icon flushCachedIcons
|
-
led0
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led0 inspect
ImageEditor openOnClass:self andSelector:#led0
Icon flushCachedIcons
|
-
led1
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led1 inspect
ImageEditor openOnClass:self andSelector:#led1
Icon flushCachedIcons
|
-
led2
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led2 inspect
ImageEditor openOnClass:self andSelector:#led2
Icon flushCachedIcons
|
-
led3
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led3 inspect
ImageEditor openOnClass:self andSelector:#led3
Icon flushCachedIcons
|
-
led4
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led4 inspect
ImageEditor openOnClass:self andSelector:#led4
Icon flushCachedIcons
|
-
led5
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led5 inspect
ImageEditor openOnClass:self andSelector:#led5
Icon flushCachedIcons
|
-
led6
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led6 inspect
ImageEditor openOnClass:self andSelector:#led6
Icon flushCachedIcons
|
-
led7
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led7 inspect
ImageEditor openOnClass:self andSelector:#led7
Icon flushCachedIcons
|
-
led8
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led8 inspect
ImageEditor openOnClass:self andSelector:#led8
Icon flushCachedIcons
|
-
led9
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led9 inspect
ImageEditor openOnClass:self andSelector:#led9
Icon flushCachedIcons
|
-
ledA
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledA inspect
ImageEditor openOnClass:self andSelector:#ledA
Icon flushCachedIcons
|
-
ledC
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledC inspect
ImageEditor openOnClass:self andSelector:#ledC
Icon flushCachedIcons
|
-
ledE
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledE inspect
ImageEditor openOnClass:self andSelector:#ledE
Icon flushCachedIcons
|
-
ledF
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledF inspect
ImageEditor openOnClass:self andSelector:#ledF
Icon flushCachedIcons
|
-
led_colon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led_colon inspect
ImageEditor openOnClass:self andSelector:#led_colon
Icon flushCachedIcons
|
-
led_dot
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self led_dot inspect
ImageEditor openOnClass:self andSelector:#led_dot
Icon flushCachedIcons
|
-
ledb
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledb inspect
ImageEditor openOnClass:self andSelector:#ledb
Icon flushCachedIcons
|
-
ledd
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self ledd inspect
ImageEditor openOnClass:self andSelector:#ledd
Icon flushCachedIcons
|
-
meterBitmaps
-
Do not manually edit this! If it is corrupted,
the ImageEditor may not be able to read the specification.
Usage example(s):
self meterBitmaps inspect
ImageEditor openOnClass:self andSelector:#meterBitmaps
Icon flushCachedIcons
|
-
onOffSliderIconOff
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self onOffSliderIconOff inspect
ImageEditor openOnClass:self andSelector:#onOffSliderIconOff
Icon flushCachedIcons
|
-
onOffSliderIconOn
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self onOffSliderIconOn inspect
ImageEditor openOnClass:self andSelector:#onOffSliderIconOn
Icon flushCachedIcons
|
-
sortIndicatorGreyIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sortIndicatorGreyIcon inspect
ImageEditor openOnClass:self andSelector:#sortIndicatorGreyIcon
Icon flushCachedIcons
|
-
sortIndicatorIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sortIndicatorIcon inspect
ImageEditor openOnClass:self andSelector:#sortIndicatorIcon
Icon flushCachedIcons
|
-
sortReverseIndicatorGreyIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sortReverseIndicatorGreyIcon inspect
ImageEditor openOnClass:self andSelector:#sortReverseIndicatorGreyIcon
Icon flushCachedIcons
|
-
sortReverseIndicatorIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self sortReverseIndicatorIcon inspect
ImageEditor openOnClass:self andSelector:#sortReverseIndicatorIcon
Icon flushCachedIcons
|
image specs-widgets-tree
-
closeIndicatorInTree
-
-
collapsedIconInTree
-
-
emptyIconInTree
-
-
expandedIconInTree
-
-
openIndicatorInTree
-
main toolbar
-
undoIconNew24x24
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self undoIconNew24x24 inspect
ImageEditor openOnClass:self andSelector:#undoIconNew24x24
Icon flushCachedIcons
|
|