|
Class: UIGalleryViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--TabViewSpec
|
+--NoteBookViewSpec
|
+--UIGalleryViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.39
date: 2022/02/11 14:49:20
- user: cg
- file: UIGalleryViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
copyrightCOPYRIGHT (c) 1997 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.
interface specs
-
basicsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:UIGalleryViewSpec andSelector:#basicsEditSpec
|
-
channelsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:UIGalleryViewSpec andSelector:#channelsEditSpec
|
interface-painter
-
addBindingsTo: env for: inst channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
accessing
-
clientSpec
-
return the value of the instance variable 'clientSpec' (automatically generated)
-
clientSpec: something
-
set the value of the instance variable 'clientSpec' (automatically generated)
-
majorKey
-
return the value of the instance variable 'majorKey' (automatically generated)
-
majorKey: something
-
set the value of the instance variable 'majorKey' (automatically generated)
-
minorKeys
-
return the value of the instance variable 'minorKeys' (automatically generated)
-
minorKeys: something
-
set the value of the instance variable 'minorKeys' (automatically generated)
-
raiseMenu
-
return the value of the instance variable 'raiseMenu' (automatically generated)
-
raiseMenu: something
-
set the value of the instance variable 'raiseMenu' (automatically generated)
building
-
setAttributesIn: aGallery with: aBuilder
-
set my attributes to aView
converting
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
queries
-
userFriendlyName
-
answer a good noticeable name of the widget for the GUI Painter and the documentation
queries-UIDefiner
-
actionSelectors
-
add more action selectors (these generate callBack stub methods in the definer)
-
aspectSelectors
-
add more aspect selectors (these generate aspect methods in the definer)
|