diff options
author | fvogel <fvogelnew1@free.fr> | 2019-09-23 20:25:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2019-09-23 20:25:24 (GMT) |
commit | b8441876931c8eb22768a27c0312185bd95fe3de (patch) | |
tree | 7bf65150d80364d364b6ed6be2457e574d372fa1 /doc | |
parent | 797299a238c72e1add2fd56d9706346a46861e0a (diff) | |
download | tk-b8441876931c8eb22768a27c0312185bd95fe3de.zip tk-b8441876931c8eb22768a27c0312185bd95fe3de.tar.gz tk-b8441876931c8eb22768a27c0312185bd95fe3de.tar.bz2 |
Fix alphabetical order of documented widget-specific options for ttk::labelframe
Diffstat (limited to 'doc')
-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 |