![]() |
![]()
| ![]() |
![]()
NAMEttk::labelframe - Container widget with optional label SYNOPSISttk::labelframe pathName ?options? DESCRIPTIONA ttk::labelframe widget is a container used to group other widgets together. It has an optional label, which may be a plain text string or another widget. STANDARD OPTIONS-class -cursor -padding -style -takefocus See the ttk_widget manual entry for details on the standard options. WIDGET-SPECIFIC OPTIONSCommand-Line Name: -height Database Name: height Database Class: Height
Command-Line Name: -labelanchor Database Name: labelAnchor Database Class: LabelAnchor
Command-Line Name: -labelwidget Database Name: labelWidget Database Class: LabelWidget
Command-Line Name: -text Database Name: text Database Class: Text
Command-Line Name: -underline Database Name: underline Database Class: Underline
Command-Line Name: -width Database Name: width Database Class: Width
WIDGET COMMANDSupports the standard widget commands configure, cget, identify, instate, and state; see ttk::widget(n). STYLING OPTIONSThe class name for a ttk::labelframe is TLabelframe. The text label has a class of TLabelframe.Label. Dynamic states: disabled, readonly. TLabelframe styling options configurable with ttk::style are: -background color
TLabelframe.Label styling options configurable with ttk::style are: -background color
Some options are only available for specific themes. See the ttk::style manual page for information on how to configure ttk styles. SEE ALSOttk::widget(n), ttk::frame(n), labelframe(n) KEYWORDSwidget, frame, container, label, groupbox
|