diff options
author | bll <brad.lanam.comp@gmail.com> | 2018-04-07 22:31:27 (GMT) |
---|---|---|
committer | bll <brad.lanam.comp@gmail.com> | 2018-04-07 22:31:27 (GMT) |
commit | a063dba9f5ccd8490ec5c1e1f14745b2f6ba22fa (patch) | |
tree | ea2d3d5868944e42bfa6d39c0f720066da132434 /doc/ttk_scale.n | |
parent | 9f347dbb2d063634cf64fa8ba9148f9a9d94d1ff (diff) | |
download | tk-a063dba9f5ccd8490ec5c1e1f14745b2f6ba22fa.zip tk-a063dba9f5ccd8490ec5c1e1f14745b2f6ba22fa.tar.gz tk-a063dba9f5ccd8490ec5c1e1f14745b2f6ba22fa.tar.bz2 |
draft 5: all but treeview should be complete.
Diffstat (limited to 'doc/ttk_scale.n')
-rw-r--r-- | doc/ttk_scale.n | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/ttk_scale.n b/doc/ttk_scale.n index b52f9ac..1aeb4c7 100644 --- a/doc/ttk_scale.n +++ b/doc/ttk_scale.n @@ -91,6 +91,35 @@ Modify or query the widget state; see \fIttk::widget(n)\fR. Get the coordinates corresponding to \fIvalue\fR, or the coordinates corresponding to the current value of the \fB\-value\fR option if \fIvalue\fR is omitted. +.SH "STYLING OPTIONS" +.PP +The class name for a \fBttk::scale\fP is \fBTProgressbar\fP. +.PP +Dynamic states: active. +.PP +\fBTProgressbar\fP styling options configurable with \fBttk::style\fP +are: +.PP +\fB-background\fP +.br +\fB-borderwidth\fP +.br +\fB-darkcolor\fP +.br +\fB-groovewidth\fP +.br +\fB-lightcolor\fP +.br +\fB-sliderwidth\fP +.br +\fB-troughcolor\fP +.br +\fB-troughrelief\fP +.PP +Some options are only available for specific themes. +.PP +See the \fBttk::style\fP manual page for information on how to configure +ttk styles. .SH "SEE ALSO" ttk::widget(n), scale(n) .SH KEYWORDS |