|
Class: MacOSX2ToolbarIconLibrary
Object
|
+--GenericToolbarIconLibrary
|
+--XPToolbarIconLibrary
|
+--MacOSXToolbarIconLibrary
|
+--MacOSX2ToolbarIconLibrary
|
+--MacOSX2DarkToolbarIconLibrary
- Package:
- stx:libwidg
- Category:
- Interface-Smalltalk
- Version:
- rev:
1.9
date: 2021/01/20 15:37:44
- user: cg
- file: MacOSX2ToolbarIconLibrary.st directory: libwidg
- module: stx stc-classLibrary: libwidg
ToolbarIconLibrary := MacOSX2ToolbarIconLibrary
This is a style specific icon library for a mac-OSX look (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) 2015 by Claus Gittinger
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
-
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
|
-
comboMenuButtonDisabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self comboMenuButtonDisabledIcon inspect
ImageEditor openOnClass:self andSelector:#comboMenuButtonDisabledIcon
Icon flushCachedIcons
|
-
comboMenuButtonIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self comboMenuButtonIcon inspect
ImageEditor openOnClass:self andSelector:#comboMenuButtonIcon
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
|
-
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
-
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
|
-
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
|
|