diff options
author | fvogel <fvogelnew1@free.fr> | 2017-03-13 14:10:32 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-03-13 14:10:32 (GMT) |
commit | 206fc040e132cbb8b7cd5d59bc6695d06afbf9b1 (patch) | |
tree | 402122848c150c49bb90d014040550c2b60969b8 /doc/ttk_label.n | |
parent | ef4a75aeeb18cd1c064e5b3b94607154454e3b99 (diff) | |
download | tk-206fc040e132cbb8b7cd5d59bc6695d06afbf9b1.zip tk-206fc040e132cbb8b7cd5d59bc6695d06afbf9b1.tar.gz tk-206fc040e132cbb8b7cd5d59bc6695d06afbf9b1.tar.bz2 |
Document -font for ttk::progressbar
Diffstat (limited to 'doc/ttk_label.n')
-rw-r--r-- | doc/ttk_label.n | 4 |
1 files changed, 1 insertions, 3 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 |