eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MacOSXToolbarIconLibrary':

Home

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

Class: MacOSXToolbarIconLibrary


Inheritance:

   Object
   |
   +--GenericToolbarIconLibrary
      |
      +--XPToolbarIconLibrary
         |
         +--MacOSXToolbarIconLibrary
            |
            +--MacOSX2ToolbarIconLibrary

Package:
stx:libwidg
Category:
Interface-Smalltalk
Version:
rev: 1.26 date: 2018/10/25 08:39:28
user: cg
file: MacOSXToolbarIconLibrary.st directory: libwidg
module: stx stc-classLibrary: libwidg

Description:


ToolbarIconLibrary := MacOSXToolbarIconLibrary

This is a style specific icon library for a mac-OSX look (pre yosemity).

Never access this iconlibrary directly from an application -
always use ToolbarIconLibrary, which is an alias to one of the style specific
icon libs.

Notice and Warning:
    only redefine existing icons here; never add ionly to here.
    For every icon-method here, there MUST be a corresponding (albeit
    possibly ugly) icon-method in GenericToolBarIcon.


Class protocol:

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

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

usage example(s):

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

image specs-09x09
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  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  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

image specs-tools-FileBrowser
o  desktopIcon

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  fileTypeApplicationBinaryIcon
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

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  fileTypeApplicationPdfIcon
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  fileTypeApplicationPostscriptIcon
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

o  fileTypeApplicationRtfIcon
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

usage example(s):

     self fileTypeArchiveIcon inspect
     ImageEditor openOnClass:self andSelector:#fileTypeArchiveIcon
     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
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

usage example(s):

     self fileTypeDocumentsIcon inspect
     ImageEditor openOnClass:self andSelector:#fileTypeDocumentsIcon
     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  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  fileTypeFileOpenIcon
This resource specification was automatically generated
by the ImageEditor of ST/X.

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

usage example(s):

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

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 06:12:39 GMT