|
Class: Windows8ToolbarIconLibrary
Object
|
+--GenericToolbarIconLibrary
|
+--XPToolbarIconLibrary
|
+--VistaToolbarIconLibrary
|
+--Windows8ToolbarIconLibrary
|
+--Windows10ToolbarIconLibrary
- Package:
- stx:libwidg
- Category:
- Interface-Smalltalk
- Version:
- rev:
1.18
date: 2022/11/15 14:23:49
- user: cg
- file: Windows8ToolbarIconLibrary.st directory: libwidg
- module: stx stc-classLibrary: libwidg
ToolbarIconLibrary := Windows8ToolbarIconLibrary
This is a style specific icon library for a windows8 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 add only to here.
For every icon-method here, there MUST be a corresponding (albeit
possibly ugly) icon-method in GenericToolBarIcon.
copyrightCOPYRIGHT (c) 2013 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
-
downArrowDisabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self downArrowDisabledIcon inspect
ImageEditor openOnClass:self andSelector:#downArrowDisabledIcon
Icon flushCachedIcons
|
-
downArrowEnteredIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self downArrowEnteredIcon inspect
ImageEditor openOnClass:self andSelector:#downArrowEnteredIcon
Icon flushCachedIcons
|
-
downArrowIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self downArrowIcon inspect
ImageEditor openOnClass:self andSelector:#downArrowIcon
Icon flushCachedIcons
|
-
downArrowPassiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self downArrowPassiveIcon inspect
ImageEditor openOnClass:self andSelector:#downArrowPassiveIcon
Icon flushCachedIcons
|
-
leftArrowDisabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrowDisabledIcon inspect
ImageEditor openOnClass:self andSelector:#leftArrowDisabledIcon
Icon flushCachedIcons
|
-
leftArrowEnteredIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrowEnteredIcon inspect
ImageEditor openOnClass:self andSelector:#leftArrowEnteredIcon
Icon flushCachedIcons
|
-
leftArrowIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrowIcon inspect
ImageEditor openOnClass:self andSelector:#leftArrowIcon
Icon flushCachedIcons
|
-
leftArrowPassiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self leftArrowPassiveIcon inspect
ImageEditor openOnClass:self andSelector:#leftArrowPassiveIcon
Icon flushCachedIcons
|
-
rightArrowDisabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrowDisabledIcon inspect
ImageEditor openOnClass:self andSelector:#rightArrowDisabledIcon
Icon flushCachedIcons
|
-
rightArrowEnteredIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrowEnteredIcon inspect
ImageEditor openOnClass:self andSelector:#rightArrowEnteredIcon
Icon flushCachedIcons
|
-
rightArrowIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrowIcon inspect
ImageEditor openOnClass:self andSelector:#rightArrowIcon
Icon flushCachedIcons
|
-
rightArrowPassiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self rightArrowPassiveIcon inspect
ImageEditor openOnClass:self andSelector:#rightArrowPassiveIcon
Icon flushCachedIcons
|
-
upArrowDisabledIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upArrowDisabledIcon inspect
ImageEditor openOnClass:self andSelector:#upArrowDisabledIcon
Icon flushCachedIcons
|
-
upArrowEnteredIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upArrowEnteredIcon inspect
ImageEditor openOnClass:self andSelector:#upArrowEnteredIcon
Icon flushCachedIcons
|
-
upArrowIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upArrowIcon inspect
ImageEditor openOnClass:self andSelector:#upArrowIcon
Icon flushCachedIcons
|
-
upArrowPassiveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self upArrowPassiveIcon inspect
ImageEditor openOnClass:self andSelector:#upArrowPassiveIcon
Icon flushCachedIcons
|
image specs-tools-FileBrowser-Filetypes
-
fileTypeApplicationConfigIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationConfigIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationConfigIcon
Icon flushCachedIcons
|
-
fileTypeApplicationPdfIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationPdfIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationPdfIcon
Icon flushCachedIcons
|
-
fileTypeApplicationResourcesIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationResourcesIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationResourcesIcon
Icon flushCachedIcons
|
-
fileTypeApplicationSettingsIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationSettingsIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationSettingsIcon
Icon flushCachedIcons
|
-
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
|
-
fileTypeApplicationVSProjectIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationVSProjectIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationVSProjectIcon
Icon flushCachedIcons
|
-
fileTypeApplicationVSSolutionIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeApplicationVSSolutionIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeApplicationVSSolutionIcon
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
|
-
fileTypeArchiveJarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeArchiveJarIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeArchiveJarIcon
Icon flushCachedIcons
|
-
fileTypeArchiveRarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeArchiveRarIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeArchiveRarIcon
Icon flushCachedIcons
|
-
fileTypeArchiveTarIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeArchiveTarIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeArchiveTarIcon
Icon flushCachedIcons
|
-
fileTypeArchiveZipIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeArchiveZipIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeArchiveZipIcon
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
|
-
fileTypeBookmarksIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeBookmarksIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeBookmarksIcon
Icon flushCachedIcons
|
-
fileTypeCDIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCDIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCDIcon
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
|
-
fileTypeCloudIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeCloudIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeCloudIcon
Icon flushCachedIcons
|
-
fileTypeDesktopIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDesktopIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDesktopIcon
Icon flushCachedIcons
|
-
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
|
-
fileTypeDirectoryNetworkIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDirectoryNetworkIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDirectoryNetworkIcon
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
|
-
fileTypeDocumentIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDocumentIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDocumentIcon
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
|
-
fileTypeDownloadsIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDownloadsIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDownloadsIcon
Icon flushCachedIcons
|
-
fileTypeDriveIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeDriveIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeDriveIcon
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
|
-
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
|
-
fileTypeHostIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeHostIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeHostIcon
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
|
-
fileTypeImageGIFIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeImageGIFIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeImageGIFIcon
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
|
-
fileTypeMusicIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeMusicIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeMusicIcon
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
|
-
fileTypeTextDocumentIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextDocumentIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextDocumentIcon
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
|
-
fileTypeTextXMLIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeTextXMLIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeTextXMLIcon
Icon flushCachedIcons
|
-
fileTypeVideoIcon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
self fileTypeVideoIcon inspect
ImageEditor openOnClass:self andSelector:#fileTypeVideoIcon
Icon flushCachedIcons
|
|