eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'GenericToolbarIconLibrary':

Home

everywhere
www.exept.de
for:
[back]

Class: GenericToolbarIconLibrary


Inheritance:

   Object
   |
   +--GenericToolbarIconLibrary
      |
      +--XPToolbarIconLibrary

Package:
stx:libwidg
Category:
Interface-Smalltalk
Version:
rev: 1.114 date: 2010/01/11 16:33:06
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).


Class protocol:

class initialization
o  initialize

compatibility-VW
o  visualFor: aKey

image specs
o  barResizeHorizontalIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

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

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

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

image specs-12x12
o  padLockBlack12x12Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

image specs-14x14
o  ledGreen14x14
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

image specs-15x15
o  smiley_angry
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

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

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

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

image specs-16x16
o  back16x16Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

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

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

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

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

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

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

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

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

o  desktop16x16Icon

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

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

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

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

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

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

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

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

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

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

o  erase16x16Icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

o  up16x16Icon

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

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

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

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

image specs-20x20
o  browseIt20x20Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

image specs-22x22
o  backward22x22_3DIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

o  openBreakpointBrowserIcon

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

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

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.

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.

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

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

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

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

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

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

image specs-24x24
o  baseImage24x24Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

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

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

o  desktop24x24Icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

o  packageOpen24x24Icon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

image specs-28x28
o  bug28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

o  bugReporterIcon

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

image specs-28x28-XP
o  eraseXP28x28Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

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

image specs-32x32
o  desktop32x32Icon

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

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

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

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

image specs-misc
o  DirectoryUp22x22Icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

o  fileOpenIcon

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

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

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

o  hideToolBarIcon

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

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

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

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.

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

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

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

o  loadFromFileIcon

o  loadImageFromFileIcon

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

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

o  redoIcon

o  saveToFileAsIcon

o  saveToFileIcon

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

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

image specs-tools
o  addBufferIcon

o  browseItIcon

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

o  bugIcon

o  copyIcon

o  cutIcon

o  debugItIcon

o  deleteIcon

o  doItIcon

o  downIcon

o  downRightIcon

o  inspectItIcon

o  leftDownIcon

o  printItIcon

o  removeTabEnteredIcon

o  removeTabIcon

o  undoIcon

o  upIcon

o  upRightIcon

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

o  directoryBookmarksIcon

o  directoryUpIcon

o  dosShellTerminalIcon

o  editApplicationIcon

o  editFileIcon

o  editIcon

o  encodingLockIcon

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

o  fileContentsIcon

o  fileInIcon

o  fitImageSizeToViewIcon

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

o  hexToggleIcon

o  historyBackIcon

o  historyForwardIcon

o  historyIcon

o  homeIcon

o  homeIcon2

o  makeIcon

o  newDirectoryIcon

o  pasteFileIcon

o  printerIcon

o  reloadIcon

o  reloadTextFromFileIcon

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

o  saveImageToFileAsIcon

o  saveTextToFileIcon

o  searchFileIcon

o  searchIcon

o  shellTerminalIcon

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

o  unixShellTerminalIcon

o  viewDetailsIcon

o  viewNoDetailsIcon

image specs-tools-ImageEditor
o  loadImageFromMethodIcon

o  newImageIcon

o  saveImageAsMethodAsIcon

o  saveImageAsMethodIcon

image specs-tools-Launcher
o  displayScreenIcon

o  editorIcon

o  fontIcon

o  garbageCollectIcon

o  helpIcon1

o  helpIcon2

o  helpIcon3

o  keyboardMappingIcon

o  languagesIcon

o  memoryIcon

o  projectBuilderIcon

o  saveImageIcon

o  startChangesBrowserIcon

o  startFileBrowserIcon

o  startImageEditorIcon

o  startMenuEditorIcon

o  startNewFileBrowserIcon

o  startNewSystemBrowserIcon

o  startSystemBrowserIcon

o  startSystemBrowserOnHistoryClassIcon

o  startUIPainterIcon

o  startWorkspaceIcon

o  stxHelpIcon

o  stxSettings24x24Icon

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

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

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.

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

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

o  padLockBlackMiniIcon

o  padLockBlueMiniIcon

o  padLockGrayMiniIcon

o  padLockGreenMiniIcon

o  padLockRedMiniIcon

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

image specs-tools-SystemBrowser-classIcons
o  applicationDefinitionClassIcon

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

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

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

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

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

o  guiApplicationDefinitionClassIcon

o  libraryDefinitionClassIcon

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

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

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

o  rubyClassBrowserIcon
self rubyClassBrowserIcon inspect
ImageEditor openOnClass:self andSelector:#rubyClassBrowserIcon
Icon flushCachedIcons

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

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

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

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

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

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

o  testCaseFailedIcon

o  testCasePassedIcon

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

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

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

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

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



ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 16:44:37 GMT