summaryrefslogtreecommitdiffstats
path: root/doc/ttk_label.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-04-07 21:24:24 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-04-07 21:24:24 (GMT)
commit94e87e7990f560f992b180c01979879f775c06ad (patch)
treeee046fd0e4a65c19a4635910a1f36827bd3a452a /doc/ttk_label.n
parent1bc7b09b1504f4fc06f0be369a22538f7ab6ec84 (diff)
downloadtk-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_label.n')
-rw-r--r--doc/ttk_label.n13
1 files changed, 1 insertions, 12 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index 3933ec0..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,17 +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.
-In other words, a list of three numbers specify the left, vertical, and right padding;
-a list of two numbers specify the horizontal and the vertical padding;
-a single number specifies the same padding all the way around the widget.
.OP \-relief relief Relief
.\" Rewrite this:
Specifies the 3-D effect desired for the widget border.