diff options
author | bll <brad.lanam.comp@gmail.com> | 2018-04-07 21:41:23 (GMT) |
---|---|---|
committer | bll <brad.lanam.comp@gmail.com> | 2018-04-07 21:41:23 (GMT) |
commit | 9f347dbb2d063634cf64fa8ba9148f9a9d94d1ff (patch) | |
tree | 72284348f9e428240c383b9abf9e820d1c36e111 /doc/ttk_separator.n | |
parent | b8e8b04cbc139156ee15356180185446b08d1cbb (diff) | |
download | tk-9f347dbb2d063634cf64fa8ba9148f9a9d94d1ff.zip tk-9f347dbb2d063634cf64fa8ba9148f9a9d94d1ff.tar.gz tk-9f347dbb2d063634cf64fa8ba9148f9a9d94d1ff.tar.bz2 |
draft 4
Diffstat (limited to 'doc/ttk_separator.n')
-rw-r--r-- | doc/ttk_separator.n | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/ttk_separator.n b/doc/ttk_separator.n index e1821b6..d35c390 100644 --- a/doc/ttk_separator.n +++ b/doc/ttk_separator.n @@ -30,6 +30,19 @@ Separator widgets support the standard \fBcget\fR, \fBconfigure\fR, \fBidentify\fR, \fBinstate\fR, and \fBstate\fR methods. No other widget methods are used. .PP +.SH "STYLING OPTIONS" +.PP +The class name for a \fBttk::frame\fP is \fBTSeparator\fP. +.PP +\fBTSeparator\fP styling options configurable with \fBttk::style\fP +are: +.PP +\fB-background\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) .SH "KEYWORDS" |