summaryrefslogtreecommitdiffstats
path: root/doc/ttk_label.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-04-17 19:34:16 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-04-17 19:34:16 (GMT)
commit1968863f75b3da0064901b758bbafe953fbf0bc7 (patch)
tree19b661ab63893b5d11b72cd0f211253ee0b703f9 /doc/ttk_label.n
parenta55497a86dd5d5da279eb31a6294c5b3bbbd8a54 (diff)
parent94e87e7990f560f992b180c01979879f775c06ad (diff)
downloadtk-1968863f75b3da0064901b758bbafe953fbf0bc7.zip
tk-1968863f75b3da0064901b758bbafe953fbf0bc7.tar.gz
tk-1968863f75b3da0064901b758bbafe953fbf0bc7.tar.bz2
Fix [3602901fff]: Documentation of -padding and -border in ttk
Diffstat (limited to 'doc/ttk_label.n')
-rw-r--r--doc/ttk_label.n10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index 6781b47..9c28d7c 100644
--- a/doc/ttk_label.n
+++ b/doc/ttk_label.n
@@ -19,7 +19,7 @@ The label may be linked to a Tcl variable
to automatically change the displayed text.
.SO ttk_widget
\-class \-compound \-cursor
-\-image \-style \-takefocus
+\-image \-padding \-style \-takefocus
\-text \-textvariable \-underline
\-width
.SE
@@ -43,14 +43,6 @@ If there are multiple lines of text, specifies how
the lines are laid out relative to one another.
One of \fBleft\fR, \fBcenter\fR, or \fBright\fR.
See also \fB\-anchor\fR.
-.OP \-padding padding Padding
-Specifies the amount of extra space to allocate for the widget.
-The padding is a list of up to four length specifications
-\fIleft top right bottom\fR.
-If fewer than four elements are specified,
-\fIbottom\fR defaults to \fItop\fR,
-\fIright\fR defaults to \fIleft\fR, and
-\fItop\fR defaults to \fIleft\fR.
.OP \-relief relief Relief
.\" Rewrite this:
Specifies the 3-D effect desired for the widget border.