|
Class: VistaToolbarIconLibrary
Object
|
+--GenericToolbarIconLibrary
|
+--XPToolbarIconLibrary
|
+--VistaToolbarIconLibrary
|
+--AdwaitaToolbarIconLibrary
|
+--Windows8ToolbarIconLibrary
- Package:
- stx:libwidg
- Category:
- Interface-Smalltalk
- Version:
- rev:
1.19
date: 2021/01/20 15:37:38
- user: cg
- file: VistaToolbarIconLibrary.st directory: libwidg
- module: stx stc-classLibrary: libwidg
ToolbarIconLibrary := VistaToolbarIconLibrary
This is a style specific icon library for a vista look.
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 only add here.
For every icon-method here, there MUST be a corresponding (albeit
possibly ugly) icon-method in GenericToolBarIcon.
copyrightCOPYRIGHT (c) 2008 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
-
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
|
-
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
|
-
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-tools-FileBrowser-Filetypes
-
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
|
-
fileTypeDirectoryOpenIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
image-specs-12x12
-
radioOff12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOff12x12Icon inspect
ImageEditor openOnClass:self andSelector:#radioOff12x12Icon
Icon flushCachedIcons
|
-
radioOffDisabled12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOffDisabled12x12Icon inspect
ImageEditor openOnClass:self andSelector:#radioOffDisabled12x12Icon
Icon flushCachedIcons
|
-
radioOffEntered12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOffEntered12x12Icon inspect
ImageEditor openOnClass:self andSelector:#radioOffEntered12x12Icon
Icon flushCachedIcons
|
-
radioOn12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOn12x12Icon inspect
ImageEditor openOnClass:self andSelector:#radioOn12x12Icon
Icon flushCachedIcons
|
-
radioOnDisabled12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOnDisabled12x12Icon inspect
ImageEditor openOnClass:self andSelector:#radioOnDisabled12x12Icon
Icon flushCachedIcons
|
-
radioOnEntered12x12Icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self radioOnEntered12x12Icon inspect
ImageEditor openOnClass:self andSelector:#radioOnEntered12x12Icon
Icon flushCachedIcons
|
|