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 | f3cb1aadffad99fd9e2e5ecf33afefceb2b4efe1 (patch) | |
tree | 402122848c150c49bb90d014040550c2b60969b8 /doc/ttk_label.n | |
parent | c1648c48e32da4bf83827f3a11abed72a94640c8 (diff) | |
download | tk-f3cb1aadffad99fd9e2e5ecf33afefceb2b4efe1.zip tk-f3cb1aadffad99fd9e2e5ecf33afefceb2b4efe1.tar.gz tk-f3cb1aadffad99fd9e2e5ecf33afefceb2b4efe1.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 |