View Class: FramedBox
Spec Class: FramedBoxSpec
The FramedBox Widget is used to group other widgets, with a labeled (3D) edge around. It is most often used in configuration dialogs to surround related settings. In contrast to the panel widgets, it does not impose a layout on its children. If required, put a panel inside a framed box.
ID | Unique symbolic name (ID) of the box.
This ID can be used by the application to access the widget via "builder>>componentAt:#ID". |
Label | String of the label. |
Position | Position of the label. (topLeft, topRight, etc.) |
Translate Label | Turns on/off that the label string is translated
via the resource mechanism to a national language string.
A translation for that string must be defined in the resource file of the application class or the projects resource file. |
Font | Defines the font style of the boxes
label.
After selecting the check toggle the font style can be chosen by selecting one of the Family/Face/Style/Size buttons. If no font style is selected, the button takes its default font style from the style sheet. |
FG-Color | Defines the foreground color of the label,
i.e. the color of the letters.
After selecting the check toggle the foreground color can be chosen by selecting the desired colored button. If no color is selected, the button takes its default foreground color from the style sheet. |
BG-Color | Defines the background color of the widget.
After selecting the check toggle the background color can be chosen by selecting the desired colored button. If no color is selected, the widget takes its default background color from the style sheet. |
Border | Defines the width of the border. |
Level | Defines the width of the 3D-border.
Positive values provide a raising, negative values provide a lowering of the widget. |
Initially Invisible | Turns on/off that the widget is initially invisible. |
Copyright © 1998 eXept Software AG, all rights reserved