eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'MacOSX2ToolbarIconLibrary':

Home

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

Class: MacOSX2ToolbarIconLibrary


Inheritance:

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

Package:
stx:libwidg
Category:
Interface-Smalltalk
Version:
rev: 1.7 date: 2018/08/30 06:48:17
user: cg
file: MacOSX2ToolbarIconLibrary.st directory: libwidg
module: stx stc-classLibrary: libwidg

Description:


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

o  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

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



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Fri, 29 Mar 2024 07:12:53 GMT