diff options
-rw-r--r-- | doc/ttk_button.n | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index 5f3e486..6410346 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.n @@ -57,6 +57,33 @@ Invokes the command associated with the button. .PP \fBTtk::button\fR widgets support the \fBToolbutton\fR style in all standard themes, which is useful for creating widgets for toolbars. +.SH "STYLING OPTIONS" +.PP +The class name for a \fBttk::button\fP is \fBTButton\fP. +.PP +TButton styling options configurable with ttk::style for TButton are: +.PP +.in +.5i +-background +.br +.in +.5i +maps: active, disabled, readonly +.in +.br +-foreground +.br +.in +.5i +maps: active, disabled, readonly +.in +.br +-font +.br +-bordercolor +.br +-lightcolor +.br +-darkcolor +.in .SH "SEE ALSO" ttk::widget(n), button(n) .SH "KEYWORDS" |