|
Class: MacOSXToolbarIconLibrary
Object
|
+--GenericToolbarIconLibrary
|
+--XPToolbarIconLibrary
|
+--MacOSXToolbarIconLibrary
|
+--MacOSX2ToolbarIconLibrary
- Package:
- stx:libwidg
- Category:
- Interface-Smalltalk
- Version:
- rev:
1.36
date: 2023/06/13 13:28:52
- user: cg
- file: MacOSXToolbarIconLibrary.st directory: libwidg
- module: stx stc-classLibrary: libwidg
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 only to here.
For every icon-method here, there MUST be a corresponding (albeit
possibly ugly) icon-method in GenericToolBarIcon.
copyrightCOPYRIGHT (c) 2014 by eXept Software AG
All Rights Reserved
This software is furnished under a license and may be used
only in accordance with the terms of that license and with the
inclusion of the above copyright notice. This software may not
be provided or otherwise made available to, or used by, any
other person. No title to or ownership of the software is
hereby transferred.
image specs
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
-
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
|
-
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-toolbar
-
undoIcon
-
image specs-tools-FileBrowser
-
desktopIcon
-
image specs-tools-FileBrowser-Filetypes
-
fileTypeAddOnLinked
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeAddOnLinked inspect
ImageEditor openOnClass:self andSelector:#fileTypeAddOnLinked
Icon flushCachedIcons
|
-
fileTypeApplicationBinaryIcon
-
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
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
|
-
fileTypeApplicationPdfIcon
-
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileTypeApplicationPostscriptIcon
-
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileTypeApplicationRtfIcon
-
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
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
|
-
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
|
-
fileTypeAudioIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeAudioIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeAudioIcon
Icon flushCachedIcons
|
-
fileTypeBinaryFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeBinaryFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeBinaryFileIcon
Icon flushCachedIcons
|
-
fileTypeCPlusPlusSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCPlusPlusSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCPlusPlusSourceIcon
Icon flushCachedIcons
|
-
fileTypeCSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCSourceIcon
Icon flushCachedIcons
|
-
fileTypeCompressedArchiveIcon
-
(comment from inherited method)
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileTypeDirectoryGrayIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryGrayIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryGrayIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryLinkIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryLinkIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryLinkIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryOpenGrayIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryOpenGrayIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenGrayIcon
Icon flushCachedIcons
|
-
fileTypeDirectoryOpenIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryOpenIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryOpenIcon
Icon flushCachedIcons
|
-
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
|
-
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
|
-
fileTypeFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeFileIcon
Icon flushCachedIcons
|
-
fileTypeFileLinkIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeFileLinkIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeFileLinkIcon
Icon flushCachedIcons
|
-
fileTypeFileOpenIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
-
fileTypeHeaderFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeHeaderFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeHeaderFileIcon
Icon flushCachedIcons
|
-
fileTypeHomeDirectoryIcon
-
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
|
-
fileTypeImageFileIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeImageFileIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeImageFileIcon
Icon flushCachedIcons
|
-
fileTypeJavaScriptSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeJavaScriptSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeJavaScriptSourceIcon
Icon flushCachedIcons
|
-
fileTypeJavaSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeJavaSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeJavaSourceIcon
Icon flushCachedIcons
|
-
fileTypeLispSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeLispSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeLispSourceIcon
Icon flushCachedIcons
|
-
fileTypePythonSourceIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypePythonSourceIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypePythonSourceIcon
Icon flushCachedIcons
|
-
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
|
-
fileTypeTextHtmlIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextHtmlIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextHtmlIcon
Icon flushCachedIcons
|
-
fileTypeTextIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextIcon
Icon flushCachedIcons
|
|