Import Tk 8.6.10
This commit is contained in:
@@ -30,6 +30,10 @@ another widget.
|
||||
.\" XXX: \fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR,
|
||||
.\" XXX: \fBsolid\fR, or \fBsunken\fR.
|
||||
.\" XXX: Default is theme-dependent.
|
||||
.OP \-height height Height
|
||||
If specified, the widget's requested height in pixels.
|
||||
(See \fIttk::frame(n)\fR for further notes on \fB\-width\fR and
|
||||
\fB\-height\fR).
|
||||
.OP \-labelanchor labelAnchor LabelAnchor
|
||||
Specifies where to place the label.
|
||||
Allowed values are (clockwise from the top upper left corner):
|
||||
@@ -40,6 +44,12 @@ The default value is theme-dependent.
|
||||
.\" and specifies which side the label should be placed on;
|
||||
.\" the remaining characters specify how the label is aligned on that side.
|
||||
.\" NOTE: Now allows other values as well; leave this undocumented for now
|
||||
.OP \-labelwidget labelWidget LabelWidget
|
||||
The name of a widget to use for the label.
|
||||
If set, overrides the \fB\-text\fR option.
|
||||
The \fB\-labelwidget\fR must be a child of the \fBlabelframe\fR widget
|
||||
or one of the \fBlabelframe\fR's ancestors, and must belong to the
|
||||
same top-level widget as the \fBlabelframe\fR.
|
||||
.OP \-text text Text
|
||||
Specifies the text of the label.
|
||||
.OP \-underline underline Underline
|
||||
@@ -48,18 +58,8 @@ underline in the text string.
|
||||
The underlined character is used for mnemonic activation.
|
||||
Mnemonic activation for a \fBttk::labelframe\fR
|
||||
sets the keyboard focus to the first child of the \fBttk::labelframe\fR widget.
|
||||
.OP \-labelwidget labelWidget LabelWidget
|
||||
The name of a widget to use for the label.
|
||||
If set, overrides the \fB\-text\fR option.
|
||||
The \fB\-labelwidget\fR must be a child of the \fBlabelframe\fR widget
|
||||
or one of the \fBlabelframe\fR's ancestors, and must belong to the
|
||||
same top-level widget as the \fBlabelframe\fR.
|
||||
.OP \-width width Width
|
||||
If specified, the widget's requested width in pixels.
|
||||
.OP \-height height Height
|
||||
If specified, the widget's requested height in pixels.
|
||||
(See \fIttk::frame(n)\fR for further notes on \fB\-width\fR and
|
||||
\fB\-height\fR).
|
||||
.SH "WIDGET COMMAND"
|
||||
.PP
|
||||
Supports the standard widget commands
|
||||
|
||||
Reference in New Issue
Block a user