diff options
author | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:15:15 (GMT) |
---|---|---|
committer | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:15:15 (GMT) |
commit | a785520e6f54edc75390fc68e1359ceec2db2764 (patch) | |
tree | ec9341e95ea188cd3ff20a94c5220d1d58135c25 /doc/ttk_separator.n | |
parent | 29d2c6e66dfc2727cebc57211d3933b9b23f2395 (diff) | |
download | tk-a785520e6f54edc75390fc68e1359ceec2db2764.zip tk-a785520e6f54edc75390fc68e1359ceec2db2764.tar.gz tk-a785520e6f54edc75390fc68e1359ceec2db2764.tar.bz2 |
Fix ordering errors and display fonts.
Add parameter text to all options.
Verify ttk::treeview styling options.
Update ttk::combobox styling doc.
Diffstat (limited to 'doc/ttk_separator.n')
-rw-r--r-- | doc/ttk_separator.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ttk_separator.n b/doc/ttk_separator.n index d35c390..e158671 100644 --- a/doc/ttk_separator.n +++ b/doc/ttk_separator.n @@ -32,12 +32,12 @@ methods. No other widget methods are used. .PP .SH "STYLING OPTIONS" .PP -The class name for a \fBttk::frame\fP is \fBTSeparator\fP. +The class name for a \fBttk::separator\fP is \fBTSeparator\fP. .PP \fBTSeparator\fP styling options configurable with \fBttk::style\fP are: .PP -\fB-background\fP +\fB-background\fP \fIcolor\fP .PP Some options are only available for specific themes. .PP |