From f3cb1aadffad99fd9e2e5ecf33afefceb2b4efe1 Mon Sep 17 00:00:00 2001 From: fvogel Date: Mon, 13 Mar 2017 14:10:32 +0000 Subject: Document -font for ttk::progressbar --- doc/ttk_label.n | 4 +--- doc/ttk_progressbar.n | 8 ++++---- doc/ttk_widget.n | 2 ++ 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. -- cgit v0.12