eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'AdwaitaToolbarIconLibrary':

Home

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

Class: AdwaitaToolbarIconLibrary


Inheritance:

   Object
   |
   +--GenericToolbarIconLibrary
      |
      +--XPToolbarIconLibrary
         |
         +--VistaToolbarIconLibrary
            |
            +--AdwaitaToolbarIconLibrary

Package:
stx:libwidg
Category:
Interface-Smalltalk
Version:
rev: 1.6 date: 2021/08/12 14:42:49
user: cg
file: AdwaitaToolbarIconLibrary.st directory: libwidg
module: stx stc-classLibrary: libwidg

Description:


ToolbarIconLibrary := AdwaitaToolbarIconLibrary

This is a style specific icon library for the Adwaita 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.

copyright

COPYRIGHT (c) 2015 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.

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

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

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



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 04:32:16 GMT