diff options
Diffstat (limited to 'doc/ttk_labelframe.n')
-rw-r--r-- | doc/ttk_labelframe.n | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ttk_labelframe.n b/doc/ttk_labelframe.n index 12f0b89..9e42781 100644 --- a/doc/ttk_labelframe.n +++ b/doc/ttk_labelframe.n @@ -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 |