diff options
author | fvogel <fvogelnew1@free.fr> | 2020-03-22 08:17:33 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-03-22 08:17:33 (GMT) |
commit | 7e365b6215c1396ad4e61a30314e426feb3107b1 (patch) | |
tree | 7012430a352d736828f8c745e422c44dd08d0ef8 | |
parent | 7e812f42aba518c7fcd6638221a147c86ddb6166 (diff) | |
download | tk-7e365b6215c1396ad4e61a30314e426feb3107b1.zip tk-7e365b6215c1396ad4e61a30314e426feb3107b1.tar.gz tk-7e365b6215c1396ad4e61a30314e426feb3107b1.tar.bz2 |
Fix formatting, and respect alphabetical order in options list
-rw-r--r-- | doc/ttk_treeview.n | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n index 3978b71..49a119b 100644 --- a/doc/ttk_treeview.n +++ b/doc/ttk_treeview.n @@ -98,7 +98,7 @@ even if \fB\-show tree\fR is not specified. .OP \-striped striped Striped Boolean specifying zebra striped row coloring. Note: -Striped items uses the "-stripedbackground" option if set by the theme or a tag. +Striped items uses the \fB\-stripedbackground\fR option if set by the theme or a tag. If not supported by the current theme, it will not show. .OP \-titlecolumns titleColumns TitleColumns Number of display columns at the left that should not be scrolled. The tree column counts, even @@ -497,8 +497,6 @@ The following options may be specified on tags: Specifies the text foreground color. .IP \fB\-background\fR Specifies the cell or item background color. -.IP \fB\-stripedbackground\fR -Specifies the cell or item background color for alternate lines, if \fB\-striped\fB is true. .IP \fB\-font\fR Specifies the font to use when drawing text. .\" ??? Maybe: .IP \-anchor @@ -506,6 +504,8 @@ Specifies the font to use when drawing text. .\" ??? Maybe: .IP \-text .IP \fB\-image\fR Specifies the item image, in case the item's \fB\-image\fR option is empty. +.IP \fB\-stripedbackground\fR +Specifies the cell or item background color for alternate lines, if \fB\-striped\fR is true. .\" .PP .\" \fI(@@@ TODO: sort out order of precedence for options)\fR .PP @@ -565,8 +565,6 @@ are: .PP \fB\-background\fP \fIcolor\fP .br -\fB\-stripedbackground\fP \fIcolor\fP -.br \fB\-fieldbackground\fP \fIcolor\fP .br \fB\-font\fP \fIfont\fP @@ -589,6 +587,8 @@ in your program, your users may have it set in their .wishrc. ttk::style configure Treeview \\ \-rowheight [expr {[font metrics \fIfont\fP \-linespace] + 2}] .CE +.br +\fB\-stripedbackground\fP \fIcolor\fP .PP \fBHeading\fP styling options configurable with \fBttk::style\fP are: |