diff options
author | fvogel <fvogelnew1@free.fr> | 2017-04-07 21:24:24 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-04-07 21:24:24 (GMT) |
commit | 94e87e7990f560f992b180c01979879f775c06ad (patch) | |
tree | ee046fd0e4a65c19a4635910a1f36827bd3a452a /doc/ttk_labelframe.n | |
parent | 1bc7b09b1504f4fc06f0be369a22538f7ab6ec84 (diff) | |
download | tk-94e87e7990f560f992b180c01979879f775c06ad.zip tk-94e87e7990f560f992b180c01979879f775c06ad.tar.gz tk-94e87e7990f560f992b180c01979879f775c06ad.tar.bz2 |
Factorized documentation of -padding as much as possible, and clarified documentation of -border in the same way as for -paddingbug_3602901fff
Diffstat (limited to 'doc/ttk_labelframe.n')
-rw-r--r-- | doc/ttk_labelframe.n | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/ttk_labelframe.n b/doc/ttk_labelframe.n index 64edf6a..4c2c8d5 100644 --- a/doc/ttk_labelframe.n +++ b/doc/ttk_labelframe.n @@ -18,8 +18,8 @@ A \fBttk::labelframe\fR 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. .SO ttk_widget -\-class \-cursor \-takefocus -\-style +\-class \-cursor \-padding \-style +\-takefocus .SE .SH "WIDGET-SPECIFIC OPTIONS" .\" XXX: Currently included, but may go away: @@ -48,8 +48,6 @@ 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 \-padding padding Padding -Additional padding to include inside the border. .OP \-labelwidget labelWidget LabelWidget The name of a widget to use for the label. If set, overrides the \fB\-text\fR option. |