- NAME
- LabelFrame
- Frame with a Label
- CREATION
- LabelFrame pathName ?option value...?
- STANDARD OPTIONS
- OPTIONS from Label
-anchor |
-background or -bg |
-disabledforeground |
-focus |
-font |
-foreground or -fg |
-height |
-helptext |
-helptype |
-helpvar |
-justify |
-name |
-padx |
-pady |
-state |
-text |
-underline |
-width |
-wraplength |
- WIDGET-SPECIFIC OPTIONS
- WIDGET COMMAND
- pathName cget
option
- pathName configure
?option? ?value option value ...?
- pathName getframe
DESCRIPTION
LabelFrame enables user to create a frame with a
Label positionned at any side.
LabelFrame is used by ComboBox
and SpinBox.
WIDGET-SPECIFIC OPTIONS
- -side (read-only)
-
Specifies where to position the Label relative to the user frame: top, bottom, left or right.
WIDGET COMMAND
- pathName cget
option
-
Returns the current value of the configuration option given by option.
Option may have any of the values accepted by the create command.
- pathName configure
?option? ?value option value ...?
-
Modify the configuration options of the widget.
Option may have any of the values accepted by the create command,
except those who are read-only.
- pathName getframe
-
Return the frame where the user can create any other widget.