summaryrefslogtreecommitdiffstats
path: root/doc/ttk_labelframe.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-04-17 20:05:40 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-04-17 20:05:40 (GMT)
commit9d8ed174817d0089973eed8f10c4ffe3a0688843 (patch)
tree1c91681ed209ac30e3970a9d65b4ba44d7c0ba03 /doc/ttk_labelframe.n
parenteaa23c291c52982f58b43348d587ada673ca40a0 (diff)
parent1968863f75b3da0064901b758bbafe953fbf0bc7 (diff)
downloadtk-9d8ed174817d0089973eed8f10c4ffe3a0688843.zip
tk-9d8ed174817d0089973eed8f10c4ffe3a0688843.tar.gz
tk-9d8ed174817d0089973eed8f10c4ffe3a0688843.tar.bz2
Fix [3602901fff]: Documentation of -padding and -border in ttk
Diffstat (limited to 'doc/ttk_labelframe.n')
-rw-r--r--doc/ttk_labelframe.n6
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.