summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ttk_label.n4
-rw-r--r--doc/ttk_progressbar.n8
-rw-r--r--doc/ttk_widget.n2
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index a9e7f11..c11240f 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
\-anchor \-class \-compound \-cursor
-\-foreground
+\-font \-foreground
\-image \-justify \-style \-takefocus
\-text \-textvariable \-underline
\-width \-wraplength
@@ -28,8 +28,6 @@ to automatically change the displayed text.
.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 \-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
diff --git a/doc/ttk_progressbar.n b/doc/ttk_progressbar.n
index 6967bd4..74d9698 100644
--- a/doc/ttk_progressbar.n
+++ b/doc/ttk_progressbar.n
@@ -22,12 +22,12 @@ that something is happening.
.PP
If the value of \fB-orient\fR is \fBhorizontal\fR a text string can be
displayed inside the progressbar. This string can be configured using
-the \fB-anchor\fR, \fB-text\fR, \fB-foreground\fR, \fB-justify\fR and
-\fB-wraplength\fR options. If the value of \fB-orient\fR is \fBvertical\fR
-then these options are ignored.
+the \fB-anchor\fR, \fB-font\fR, \fB-foreground\fR, \fB-justify\fR,
+\fB-text\fR and \fB-wraplength\fR options. If the value of \fB-orient\fR
+is \fBvertical\fR then these options are ignored.
.SO ttk_widget
\-anchor \-class \-cursor
-\-foreground \-justify \-style
+\-font \-foreground \-justify \-style
\-takefocus \-text \-wraplength
.SE
.SH "WIDGET-SPECIFIC OPTIONS"
diff --git a/doc/ttk_widget.n b/doc/ttk_widget.n
index 7a770cc..d2916f1 100644
--- a/doc/ttk_widget.n
+++ b/doc/ttk_widget.n
@@ -96,6 +96,8 @@ Display image above, below, left of, or right of the text, respectively.
.IP none
The default; display the image if present, otherwise the text.
.RE
+.OP \-font font Font
+Font to use for the text displayed by the widget.
.OP \-foreground textColor TextColor
The widget's foreground color.
If unspecified, the theme default is used.