ID | Unique symbolic name (ID) of the widget.
This ID can be used by the application to access the widget via "builder>>componentAt:ID". |
Model | Aspect selector or binding for the model,
holding the thumbs value.
Usually a ValueModel* instance. |
Min | The thumbs minimum value. |
Max | The thumbs maximum value. |
Step | The thumbs stepping value. |
KbdStep | The thumbs keyboard stepping value.
This value will be used when the cursorUp/cursorDown key is pressed in the widget. |
Orientation | Horizontal or vertical. |
BG-Color | Defines the background color of the thumb.
If the check toggle is marked, the widgets background color can be chosen by selecting the desired colored button. If the check toggle is not marked, the widget will use its default background color (from the style sheet). |
Initially Disabled | Turns on/off that the widget is initially disabled. |
Initially Invisible | Turns on/off that the widget is initially invisible. |
Can Tab | Turns on/off that the widget can be reached by tabbing. |
Enable | Aspect selector or binding for en-/disabling
the widget.
It should return a - Boolean instance** (only for static behavior)
If a value holder is returned by the application,
|
Start Move | Message selector of a method which is invoked when a motion action is started. |
End Move | Message selector of a method which is invoked when a motion action is finished. |
Copyright © 1998 eXept Software AG, all rights reserved