summaryrefslogtreecommitdiffstats
path: root/doc/ttk_label.n
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-03-07 21:43:51 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-03-07 21:43:51 (GMT)
commit1b348a666d6104aa075165cdea1b1ce4bb12323b (patch)
tree59cd29ad5f9394d489c997d711b5976fd56fac54 /doc/ttk_label.n
parentb536633b39243893edda31138eec6653e484759b (diff)
downloadtk-1b348a666d6104aa075165cdea1b1ce4bb12323b.zip
tk-1b348a666d6104aa075165cdea1b1ce4bb12323b.tar.gz
tk-1b348a666d6104aa075165cdea1b1ce4bb12323b.tar.bz2
Document the new options for ttk::progressbar
Diffstat (limited to 'doc/ttk_label.n')
-rw-r--r--doc/ttk_label.n23
1 files changed, 3 insertions, 20 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index e891954..a9e7f11 100644
--- a/doc/ttk_label.n
+++ b/doc/ttk_label.n
@@ -18,26 +18,18 @@ A \fBttk::label\fR widget displays a textual label and/or image.
The label may be linked to a Tcl variable
to automatically change the displayed text.
.SO ttk_widget
-\-class \-compound \-cursor
+\-anchor \-class \-compound \-cursor
+\-foreground
\-image \-justify \-style \-takefocus
\-text \-textvariable \-underline
-\-width
+\-width \-wraplength
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
-.OP \-anchor anchor Anchor
-Specifies how the information in the widget is positioned
-relative to the inner margins. Legal values are
-\fBn\fR, \fBne\fR, \fBe\fR, \fBse\fR,
-\fBs\fR, \fBsw\fR, \fBw\fR, \fBnw\fR, and \fBcenter\fR.
-See also \fB\-justify\fR.
.OP \-background frameColor FrameColor
The widget's background color.
If unspecified, the theme default is used.
.OP \-font font Font
Font to use for label text.
-.OP \-foreground textColor TextColor
-The widget's foreground color.
-If unspecified, the theme default is used.
.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
@@ -52,15 +44,6 @@ Specifies the 3-D effect desired for the widget border.
Valid values are
\fBflat\fR, \fBgroove\fR, \fBraised\fR, \fBridge\fR, \fBsolid\fR,
and \fBsunken\fR.
-.OP \-text text Text
-Specifies a text string to be displayed inside the widget
-(unless overridden by \fB\-textvariable\fR).
-.OP \-wraplength wrapLength WrapLength
-Specifies the maximum line length (in pixels).
-If this option is less than or equal to zero,
-then automatic wrapping is not performed; otherwise
-the text is split into lines such that no line is longer
-than the specified value.
.SH "WIDGET COMMAND"
.PP
Supports the standard widget commands