diff options
author | fvogel <fvogelnew1@free.fr> | 2018-05-03 20:32:05 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-05-03 20:32:05 (GMT) |
commit | 418e94a3235f95b956799227e5b169639c319263 (patch) | |
tree | be12efd04f92c0f192e0ade781c4eff344697707 /doc/ttk_progressbar.n | |
parent | 8a2bfce7c09a30b0447b177c9895d74b1d7cfc59 (diff) | |
parent | 42712f8aecdad9d4817231136e45be72a4efb915 (diff) | |
download | tk-418e94a3235f95b956799227e5b169639c319263.zip tk-418e94a3235f95b956799227e5b169639c319263.tar.gz tk-418e94a3235f95b956799227e5b169639c319263.tar.bz2 |
Fix [696cc431c3]: undocumented styling options for ttk:: widgets
Diffstat (limited to 'doc/ttk_progressbar.n')
-rw-r--r-- | doc/ttk_progressbar.n | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/ttk_progressbar.n b/doc/ttk_progressbar.n index 74d9698..b0d5615 100644 --- a/doc/ttk_progressbar.n +++ b/doc/ttk_progressbar.n @@ -94,6 +94,35 @@ Increments the \fB\-value\fR by \fIamount\fR. \fIpathName \fBstop\fR Stop autoincrement mode: cancels any recurring timer event initiated by \fIpathName \fBstart\fR. +.SH "STYLING OPTIONS" +.PP +The class name for a \fBttk::progressbar\fP is \fBTProgressbar\fP. +.PP +\fBTProgressbar\fP styling options configurable with \fBttk::style\fP +are: +.PP +\fB\-background\fP \fIcolor\fP +.br +\fB\-bordercolor\fP \fIcolor\fP +.br +\fB\-darkcolor\fP \fIcolor\fP +.br +\fB\-lightcolor\fP \fIcolor\fP +.br +\fB\-maxphase\fP +.RS +For the aqua theme. +.RE +\fB\-period\fP +.RS +For the aqua theme. +.RE +\fB\-troughcolor\fP \fIcolor\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) '\" Local Variables: |