eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'GenericToolbarIconLibrary':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: GenericToolbarIconLibrary


Inheritance:

   Object
   |
   +--GenericToolbarIconLibrary
      |
      +--XPToolbarIconLibrary

Package:
stx:libwidg
Category:
Interface-Smalltalk
Version:
rev: 1.315 date: 2019/08/17 10:10:28
user: cg
file: GenericToolbarIconLibrary.st directory: libwidg
module: stx stc-classLibrary: libwidg

Description:


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.


Class protocol:

Compatibility-VW
o  visualFor: aKey

class initialization
o  initialize

image specs
o  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

o  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

o  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

o  checkToggleOffEnteredIcon

o  checkToggleOffIcon

o  checkToggleOnEnteredIcon

o  checkToggleOnIcon

o  clearConsoleIcon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  radioOffDisabledIcon

o  radioOffEnteredIcon

o  radioOffIcon

o  radioOnDisabledIcon

o  radioOnEnteredIcon

o  radioOnIcon

o  scrollDownOffIcon

o  scrollLeftOffIcon

o  scrollLockIcon

o  scrollRightOffIcon

o  scrollUpOffIcon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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-09x09
o  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

o  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

o  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

o  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

o  breakpointDisabled9x9
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  breakpointDisabledWithWarning9x9
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  iconEqualGray12x12
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self iconEqualGray12x12  inspect
     Icon flushCachedIcons

o  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

o  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

o  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

o  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

o  iconMinusGray12x12
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self iconMinusGray12x12  inspect
     Icon flushCachedIcons

o  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

o  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

o  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

o  iconPlusGray12x12
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self iconPlusGray12x12  inspect
     Icon flushCachedIcons

o  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

o  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

o  padLockBlue12x12Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self padLockBlue12x12Icon inspect
     ImageEditor openOnClass:self andSelector:#padLockBlue12x12Icon

o  padLockGray12x12Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self padLockGray12x12Icon inspect
     ImageEditor openOnClass:self andSelector:#padLockGray12x12Icon

o  padLockGreen12x12Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self padLockGreen12x12Icon inspect
     ImageEditor openOnClass:self andSelector:#padLockGreen12x12Icon

o  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

o  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
o  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

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

image specs-16x16
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  copy16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self copy16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#copy16x16Icon

o  cut16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self cut16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#cut16x16Icon

o  cut16x16Icon2
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self cut16x16Icon2 inspect
     ImageEditor openOnClass:self andSelector:#cut16x16Icon2

o  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

o  desktop16x16Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  erase16x16Icon

o  erase16x16Icon1
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self erase16x16Icon1 inspect
     ImageEditor openOnClass:self andSelector:#erase16x16Icon1

o  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

o  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

o  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

o  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

o  fileOpen16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fileOpen16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#fileOpen16x16Icon

o  fileSave16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fileSave16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#fileSave16x16Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  indent16x16Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  paste16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self paste16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#paste16x16Icon

o  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

o  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

o  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

o  redo16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self redo16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#redo16x16Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  search16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self search16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#search16x16Icon

o  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

o  searchNext16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self searchNext16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#searchNext16x16Icon

o  searchPrev16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self searchPrev16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#searchPrev16x16Icon

o  settings16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self settings16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#settings16x16Icon
     Icon flushCachedIcons

o  settings16x16icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self settings16x16icon inspect
     ImageEditor openOnClass:self andSelector:#settings16x16icon
     Icon flushCachedIcons

o  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

o  smalllintError16x16
I want all icons to be named *icon* - ever tried to search an icon,
if there is no consistent naming?

o  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

o  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

o  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

o  smalllintWarningIcon16x16
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  terminal16x16Icon

o  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

o  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

o  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

o  undent16x16Icon

o  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

o  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

o  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

o  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

o  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

o  undo16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self undo16x16Icon inspect
     ImageEditor openOnClass:self andSelector:#undo16x16Icon

o  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

o  up16x16Icon

o  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

o  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

o  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

o  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

o  viewTimeDetails16x16Icon

o  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

o  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

o  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
o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  cut20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self cut20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#cut20x20Icon

o  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

o  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

o  debugIt20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  doIt20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  erase20x20Icon2
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self erase20x20Icon2 inspect
     ImageEditor openOnClass:self andSelector:#erase20x20Icon2

o  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

o  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

o  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

o  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

o  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

o  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

o  fileOpen20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  fileSave20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  fitImageSizeToView20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fitImageSizeToView20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#fitImageSizeToView20x20Icon

o  history20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self history20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#history20x20Icon

o  inspectIt20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  inspectLocals20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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

o  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

o  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

o  redo20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self redo20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#redo20x20Icon

o  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

o  search20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self search20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#search20x20Icon

o  shell20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self shell20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#shell20x20Icon

o  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

o  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

o  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

o  undo20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self undo20x20Icon inspect
     ImageEditor openOnClass:self andSelector:#undo20x20Icon

o  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
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  debug22x22IconForBlackBackgound

** This is an obsolete interface - do not use it (it may vanish in future versions) **

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  openBreakpointBrowserIcon

o  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

o  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

o  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

o  pickWindowIcon

o  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

o  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

o  printer22x22Icon

o  printer22x22Icon1
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  printer22x22Icon2
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  reload22x22Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self reload22x22Icon inspect
     ImageEditor openOnClass:self andSelector:#reload22x22Icon

o  removeTab22x22Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  dart24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self dart24x24Icon inspect
     ImageEditor openOnClass:self andSelector:#dart24x24Icon
     Icon flushCachedIcons

o  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

o  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

o  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

o  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

o  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

o  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

o  desktop24x24Icon

o  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

o  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

o  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

o  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

o  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

o  fileIn24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fileIn24x24Icon inspect
     ImageEditor openOnClass:self andSelector:#fileIn24x24Icon

o  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

o  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

o  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

o  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

o  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

o  leftArrow24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self leftArrow24x24Icon inspect
     ImageEditor openOnClass:self andSelector:#leftArrow24x24Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  packageOpen24x24Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  rightArrow24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self rightArrow24x24Icon inspect
     ImageEditor openOnClass:self andSelector:#rightArrow24x24Icon

o  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

o  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

o  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

o  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

o  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

o  shell24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self shell24x24Icon inspect
     ImageEditor openOnClass:self andSelector:#shell24x24Icon

o  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

o  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

o  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

o  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

o  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

o  upArrow24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self upArrow24x24Icon inspect
     ImageEditor openOnClass:self andSelector:#upArrow24x24Icon

o  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

o  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

o  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
o  bug28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self bug28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#bug28x28Icon

o  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

o  bugReporterIcon

o  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

o  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

o  cut28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self cut28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#cut28x28Icon

o  delete28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self delete28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#delete28x28Icon

o  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

o  dos28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self dos28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#dos28x28Icon

o  extract28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self extract28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#extract28x28Icon

o  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

o  fileIn28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self fileIn28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#fileIn28x28Icon

o  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

o  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

o  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

o  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

o  history28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self history28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#history28x28Icon

o  home28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self home28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#home28x28Icon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  search28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self search28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#search28x28Icon

o  shell28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self shell28x28Icon inspect
     ImageEditor openOnClass:self andSelector:#shell28x28Icon

o  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

o  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

o  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
o  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

o  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

o  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
o  bug32x32Icon
( an extension from the stx:libtool package )
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  desktop32x32Icon

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  fileOpenIcon

o  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

o  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

o  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

o  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

o  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

o  hideToolBarIcon

o  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

o  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

o  hideToolbarIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self hideToolbarIcon inspect
     ImageEditor openOnClass:self andSelector:#hideToolbarIcon

o  hideToolbarIcon10x26
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  hideToolbarIconH14
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self hideToolbarIconH14 inspect
     ImageEditor openOnClass:self andSelector:#hideToolbarIconH14

o  hideToolbarIconH20
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self hideToolbarIconH20 inspect
     ImageEditor openOnClass:self andSelector:#hideToolbarIconH20

o  hideToolbarIconH26
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self hideToolbarIconH26 inspect
     ImageEditor openOnClass:self andSelector:#hideToolbarIconH26

o  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

o  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

o  loadFromFileIcon

o  loadImageFromFileIcon

o  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

o  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

o  redoIcon

o  saveToFileAsIcon

o  saveToFileIcon

o  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

o  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-tools
o  addBufferIcon

o  addTabIcon

o  browseItIcon

o  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

o  bugIcon

o  copyIcon

o  cutIcon

o  debugItIcon

o  deleteIcon

o  doItIcon

o  doItMultipleIcon

o  downIcon

o  downRightIcon

o  inspectItIcon

o  leftDownIcon

o  printItIcon

o  profileItIcon

o  removeTabEnteredIcon

o  removeTabIcon

o  undoIcon

o  upIcon

o  upRightIcon

image specs-tools-ChangeSetDiffTool & TextDiffTool
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  mergeNext24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeNext24x24.xpm

usage example(s):

     self mergeNext24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeNext24x24
     Icon flushCachedIcons

o  mergeNext32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeNext32x32.xpm

usage example(s):

     self mergeNext32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergeNext32x32
     Icon flushCachedIcons

o  mergeNextConflict24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeNextConflict24x24.xpm

usage example(s):

     self mergeNextConflict24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeNextConflict24x24
     Icon flushCachedIcons

o  mergeNextConflict32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeNextConflict32x32.xpm

usage example(s):

     self mergeNextConflict32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergeNextConflict32x32
     Icon flushCachedIcons

o  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

o  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

o  mergePrev24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergePrev24x24.xpm

usage example(s):

     self mergePrev24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergePrev24x24
     Icon flushCachedIcons

o  mergePrev32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergePrev32x32.xpm

usage example(s):

     self mergePrev32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergePrev32x32
     Icon flushCachedIcons

o  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

o  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

o  mergeUsingA24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingA24x24.xpm

usage example(s):

     self mergeUsingA24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingA24x24
     Icon flushCachedIcons

o  mergeUsingA32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingA32x32.xpm

usage example(s):

     self mergeUsingA32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingA32x32
     Icon flushCachedIcons

o  mergeUsingAAll24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingAAll24x24.xpm

usage example(s):

     self mergeUsingAAll24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingAAll24x24
     Icon flushCachedIcons

o  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

o  mergeUsingB24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingB24x24.xpm

usage example(s):

     self mergeUsingB24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingB24x24
     Icon flushCachedIcons

o  mergeUsingB32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingB32x32.xpm

usage example(s):

     self mergeUsingB32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingB32x32
     Icon flushCachedIcons

o  mergeUsingBAll24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingBAll24x24.xpm

usage example(s):

     self mergeUsingBAll24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingBAll24x24
     Icon flushCachedIcons

o  mergeUsingBAll32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingBAll32x32.xpm

usage example(s):

     self mergeUsingBAll32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingBAll32x32
     Icon flushCachedIcons

o  mergeUsingBase24x24
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingBase24x24.xpm

usage example(s):

     self mergeUsingBase24x24 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingBase24x24
     Icon flushCachedIcons

o  mergeUsingBase32x32
Loaded from: /home/jv/work/icons/merge-tool-icons/mergeUsingBase32x32.xpm

usage example(s):

     self mergeUsingBase32x32 inspect
     ImageEditor openOnClass:self andSelector:#mergeUsingBase32x32
     Icon flushCachedIcons

o  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

o  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
o  addTabEnteredIcon

o  changesBrowserIcon

o  copyFileIcon

o  cutFileIcon

o  deleteFileIcon

o  desktopIcon

o  diffIcon

o  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

o  directoryBookmarksIcon

o  directoryUpIcon

o  documentsIcon

o  dosShellTerminalIcon

o  editApplicationIcon

o  editFileIcon

o  editIcon

o  encodingLockIcon

o  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

o  fileContentsIcon

o  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

o  fileImageContentsIcon

o  fileInIcon

o  fitImageSizeToViewIcon

o  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

o  hexToggleIcon

o  historyBackIcon

o  historyBackInGlobalListIcon

o  historyForwardIcon

o  historyIcon

o  homeIcon

o  homeIcon2

o  makeIcon

o  newDirectoryIcon

o  newFileIcon

o  pasteFileIcon

o  printerIcon

o  reloadIcon

o  reloadTextFromFileIcon

o  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

o  saveImageToFileAsIcon

o  saveTextToFileIcon

o  searchFileIcon

o  searchIcon

o  shellTerminalIcon

o  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

o  unixShellTerminalIcon

o  viewDetailsIcon

o  viewNoDetailsIcon

image specs-tools-FileBrowser-Filetypes
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  fileTypeDeviceFileIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  fileTypeHomeDirectoryIcon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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
o  loadImageFromMethodIcon

o  newImageIcon

o  saveImageAsMethodAsIcon

o  saveImageAsMethodIcon

image specs-tools-Launcher
o  displayScreenIcon

o  editorIcon

o  fontIcon

o  garbageCollectIcon
^ self garbageCollect28x28Icon

o  helpIcon1

o  helpIcon2

o  helpIcon3

o  imageEditorIcon

o  keyboardMappingIcon

o  languagesIcon
^ self languages20x12Icon

o  memoryIcon

o  projectBuilderIcon
^ self packageOpen24x24Icon

o  saveImageIcon
^ self saveImage28x28Icon

o  startChangesBrowserIcon
^ self changesBrowser28x28Icon

o  startFileBrowserIcon
^ self fileBrowser28x28Icon

o  startImageEditorIcon
^ self imageEditor28x28Icon

o  startMenuEditorIcon
^ self menuEditor28x28Icon

o  startNewFileBrowserIcon

o  startNewSystemBrowserIcon

o  startSystemBrowserIcon
^ SystemBrowser defaultIcon

o  startSystemBrowserOnHistoryClassIcon

o  startUIPainterIcon
^ self uiPainter28x28Icon

o  startWorkspaceIcon
Modified (comment): / 28-10-2018 / 12:23:56 / Claus Gittinger

o  stxHelpIcon

o  stxSettings24x24Icon

o  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

o  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

o  systemBrowserIcon

image specs-tools-MenuEditor
o  copyMenuItemIcon

o  cutMenuItemIcon

o  newMenuIcon

o  pasteMenuItemIcon

image specs-tools-SystemBrowser
o  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

o  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

o  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

o  breakpointBlueDisabled

o  breakpointBlueEnabled

o  breakpointDisabled

o  breakpointDisabledWithWarning

o  breakpointRedDisabled

o  breakpointRedDisabledWithWarning

o  breakpointRedEnabled

o  breakpointRedEnabledWithWarning

o  formatCodeAndAcceptIcon

o  formatCodeIcon

o  padLockBlackMiniIcon

o  padLockBlueMiniIcon

o  padLockGrayMiniIcon

o  padLockGreenMiniIcon

o  padLockRedMiniIcon

o  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

o  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

o  tracepointBlue

image specs-tools-SystemBrowser-classIcons
o  abstractClassIcon

o  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

o  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

o  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

o  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

o  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

o  applicationDefinitionClassIcon

o  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

o  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

o  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

o  dartClassBrowserIcon
^ self dart13x11Icon

o  deprecatedClassIcon

o  deprecatedMethodIcon

o  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

o  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

o  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

o  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

o  guiApplicationDefinitionClassIcon

o  javascriptClassBrowserIcon

o  libraryDefinitionClassIcon

o  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

o  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

o  obsoleteClassIcon

o  obsoleteMethodIcon

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  testCaseErrorIcon
^ self ledDarkRed10x11

o  testCaseFailedIcon
^ self testCaseErrorIcon

o  testCasePassedIcon
^ self greenThumbUpSmallIcon

o  testCaseSkippedIcon
^ self greenThumbUnknownSmallIcon

o  timeClassBrowserIcon

o  underConstructionIcon

o  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

o  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

o  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

o  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

o  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
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  javaPublicClassBrowserIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  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

o  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

o  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

o  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
o  copyWidgetIcon

o  cutWidgetIcon

o  deleteWidgetIcon

o  gridAlignIcon

o  gridIcon

o  loadFromMethodIcon

o  moveWidgetDownIcon

o  moveWidgetDownRightIcon

o  moveWidgetLeftDownIcon

o  moveWidgetUpIcon

o  newWindowSpecIcon

o  pasteWidgetIcon

o  saveAsMethodAsIcon

o  saveAsMethodIcon

image specs-tools-misc
o  errorIcon

o  newDataSetIcon

o  newRowIcon

o  removeRowIcon

o  warnIcon

image specs-versions
o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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
o  colonBitmap
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     self colonBitmap inspect
     ImageEditor openOnClass:self andSelector:#colonBitmap
     Icon flushCachedIcons

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

o  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

image specs-widgets-tree
o  closeIndicatorInTree

o  collapsedIconInTree

o  emptyIconInTree

o  expandedIconInTree

o  openIndicatorInTree



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 19 Apr 2024 15:13:42 GMT