summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorbll <brad.lanam.comp@gmail.com>2018-04-09 01:23:36 (GMT)
committerbll <brad.lanam.comp@gmail.com>2018-04-09 01:23:36 (GMT)
commit7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f (patch)
treef74d731c5926b51c7404e3eb1a49334552c60393 /doc
parenta785520e6f54edc75390fc68e1359ceec2db2764 (diff)
downloadtk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.zip
tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.tar.gz
tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.tar.bz2
Fix unescaped hyphens.
Diffstat (limited to 'doc')
-rw-r--r--doc/ttk_button.n28
-rw-r--r--doc/ttk_checkbutton.n14
-rw-r--r--doc/ttk_combobox.n28
-rw-r--r--doc/ttk_entry.n26
-rw-r--r--doc/ttk_frame.n2
-rw-r--r--doc/ttk_label.n6
-rw-r--r--doc/ttk_labelframe.n22
-rw-r--r--doc/ttk_menubutton.n14
-rw-r--r--doc/ttk_notebook.n28
-rw-r--r--doc/ttk_panedwindow.n20
-rw-r--r--doc/ttk_progressbar.n14
-rw-r--r--doc/ttk_radiobutton.n14
-rw-r--r--doc/ttk_scale.n16
-rw-r--r--doc/ttk_scrollbar.n14
-rw-r--r--doc/ttk_separator.n2
-rw-r--r--doc/ttk_sizegrip.n2
-rw-r--r--doc/ttk_spinbox.n24
-rw-r--r--doc/ttk_treeview.n34
18 files changed, 154 insertions, 154 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n
index 6d81ff5..63cac8b 100644
--- a/doc/ttk_button.n
+++ b/doc/ttk_button.n
@@ -66,35 +66,35 @@ Dynamic states: \fBactive\fP, \fBdisabled\fP, \fBpressed\fP, \fBreadonly\fP.
\fBTButton\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-anchor\fP \fIanchor\fP
+\fB\-anchor\fP \fIanchor\fP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.br
-\fB-highlightcolor\fP \fIcolor\fP
+\fB\-highlightcolor\fP \fIcolor\fP
.br
-\fB-highlightthickness\fP \fIamount\fP
+\fB\-highlightthickness\fP \fIamount\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.br
-\fB-relief\fP \fIrelief\fP
+\fB\-relief\fP \fIrelief\fP
.br
-\fB-shiftrelief\fP \fIamount\fP
+\fB\-shiftrelief\fP \fIamount\fP
.RS
--shiftrelief specifies how far the button contents are
+\-shiftrelief specifies how far the button contents are
shifted down and right in the \fIpressed\fP state.
This action provides additional skeumorphic feedback.
.RE
-\fB-width\fP \fIamount\fP
+\fB\-width\fP \fIamount\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_checkbutton.n b/doc/ttk_checkbutton.n
index 6a13cd9..d2aea98 100644
--- a/doc/ttk_checkbutton.n
+++ b/doc/ttk_checkbutton.n
@@ -79,19 +79,19 @@ Dynamic states: \fBactive\fP, \fBalternate\fP, \fBdisabled\fP,
are:
.PP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-indicatorbackground\fP \fIcolor\fP
+\fB\-indicatorbackground\fP \fIcolor\fP
.br
-\fB-indicatorcolor\fP \fIcolor\fP
+\fB\-indicatorcolor\fP \fIcolor\fP
.br
-\fB-indicatormargin\fP \fIpadding\fP
+\fB\-indicatormargin\fP \fIpadding\fP
.br
-\fB-indicatorrelief\fP \fIrelief\fP
+\fB\-indicatorrelief\fP \fIrelief\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_combobox.n b/doc/ttk_combobox.n
index 317f982..801bb42 100644
--- a/doc/ttk_combobox.n
+++ b/doc/ttk_combobox.n
@@ -122,31 +122,31 @@ Dynamic states: \fBdisabled\fP, \fBfocus\fP, \fBpressed\fP, \fBreadonly\fP.
\fBTCombobox\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-arrowcolor\fP \fIcolor\fP
+\fB\-arrowcolor\fP \fIcolor\fP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-focusfill\fP
+\fB\-focusfill\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-fieldbackground\fP \fIcolor\fP
+\fB\-fieldbackground\fP \fIcolor\fP
.RS
Can only be changed when using non-native and non-graphical themes.
.RE
-\fB-insertwidth\fP \fIamount\fP
+\fB\-insertwidth\fP \fIamount\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.br
-\fB-postoffset\fP \fIpadding\fP
+\fB\-postoffset\fP \fIpadding\fP
.br
-\fB-selectbackground\fP \fIcolor\fP
+\fB\-selectbackground\fP \fIcolor\fP
.RS
Text entry select background.
.RE
-\fB-selectforeground\fP \fIcolor\fP
+\fB\-selectforeground\fP \fIcolor\fP
.RS
Text entry select foreground.
.RE
@@ -168,16 +168,16 @@ option add *TCombobox*Listbox.selectForeground \fIcolor\fP
To configure a specific listbox (subject to future change):
.CS
set popdown [ttk::combobox::PopdownWindow .mycombobox]
-$popdown.f.l configure -font \fIfont\fP
+$popdown.f.l configure \-font \fIfont\fP
.CE
.PP
\fBComboboxPopdownFrame\fP
styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-borderwidth\fP \fIamount\fP
+\fB\-borderwidth\fP \fIamount\fP
.br
-\fB-relief\fP \fIrelief\fP
+\fB\-relief\fP \fIrelief\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_entry.n b/doc/ttk_entry.n
index 41fdb9c..d752670 100644
--- a/doc/ttk_entry.n
+++ b/doc/ttk_entry.n
@@ -470,35 +470,35 @@ Dynamic states: \fBdisabled\fP, \fBfocus\fP, \fBreadonly\fP.
\fBTEntry\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.RS
-When using the aqua theme (Mac OS X), changes the \fB-fieldbackground\fP.
+When using the aqua theme (Mac OS X), changes the \fB\-fieldbackground\fP.
.RE
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-fieldbackground\fP \fIcolor\fP
+\fB\-fieldbackground\fP \fIcolor\fP
.RS
Does not work with the aqua theme (Mac OS X).
.br
Some themes use a graphical background and their field background colors cannot be changed.
.RE
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-insertwidth\fP \fIamount\fP
+\fB\-insertwidth\fP \fIamount\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.br
-\fB-relief\fP \fIrelief\fP
+\fB\-relief\fP \fIrelief\fP
.br
-\fB-selectbackground\fP \fIcolor\fP
+\fB\-selectbackground\fP \fIcolor\fP
.br
-\fB-selectborderwidth\fP \fIamount\fP
+\fB\-selectborderwidth\fP \fIamount\fP
.br
-\fB-selectforeground\fP \fIcolor\fP
+\fB\-selectforeground\fP \fIcolor\fP
.PP
See the \fBttk::style\fP manual page for information on how to configure
ttk styles.
diff --git a/doc/ttk_frame.n b/doc/ttk_frame.n
index b397637..8702592 100644
--- a/doc/ttk_frame.n
+++ b/doc/ttk_frame.n
@@ -52,7 +52,7 @@ The class name for a \fBttk::frame\fP is \fBTFrame\fP.
\fBTFrame\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_label.n b/doc/ttk_label.n
index ced810a..aae95e6 100644
--- a/doc/ttk_label.n
+++ b/doc/ttk_label.n
@@ -72,11 +72,11 @@ Dynamic states: \fBdisabled\fP, \fBreadonly\fP.
\fBTLabel\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_labelframe.n b/doc/ttk_labelframe.n
index db4a30c..12f0b89 100644
--- a/doc/ttk_labelframe.n
+++ b/doc/ttk_labelframe.n
@@ -76,30 +76,30 @@ Dynamic states: \fBdisabled\fP, \fBreadonly\fP.
\fBTLabelframe\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-borderwidth\fP \fIamount\fP
+\fB\-borderwidth\fP \fIamount\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-labelmargins\fP \fIamount\fP
+\fB\-labelmargins\fP \fIamount\fP
.br
-\fB-labeloutside\fP \fIboolean\fP
+\fB\-labeloutside\fP \fIboolean\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-relief\fP \fIrelief\fP
+\fB\-relief\fP \fIrelief\fP
.PP
\fBTLabelframe.Label\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_menubutton.n b/doc/ttk_menubutton.n
index f51b0cc..76d3829 100644
--- a/doc/ttk_menubutton.n
+++ b/doc/ttk_menubutton.n
@@ -54,19 +54,19 @@ Dynamic states: \fBactive\fP, \fBdisabled\fP, \fBreadonly\fP.
\fBTMenubutton\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-arrowsize\fP \fIamount\fP
+\fB\-arrowsize\fP \fIamount\fP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.br
-\fB-relief\fP \fIrelief\fP
+\fB\-relief\fP \fIrelief\fP
.br
-\fB-width\fP \fIamount\fP
+\fB\-width\fP \fIamount\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_notebook.n b/doc/ttk_notebook.n
index 986d5d2..4f96007 100644
--- a/doc/ttk_notebook.n
+++ b/doc/ttk_notebook.n
@@ -218,39 +218,39 @@ Dynamic states: \fBactive\fP, \fBdisabled\fP, \fBselected\fP.
\fBTNotebook\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.br
-\fB-tabmargins\fP \fIpadding\fP
+\fB\-tabmargins\fP \fIpadding\fP
.br
-\fB-tabposition\fP \fIside\fP
+\fB\-tabposition\fP \fIside\fP
.br
.PP
\fBTNotebook.Tab\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-expand\fP \fIpadding\fP
+\fB\-expand\fP \fIpadding\fP
.RS
Defines how much the tab grows in size. Usually used with the
-\fBselected\fP dynamic state. \fB-tabmargins\fP should be
+\fBselected\fP dynamic state. \fB\-tabmargins\fP should be
set appropriately so that there is room for the tab growth.
.RE
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n
index 1cdd756..d6b3ea3 100644
--- a/doc/ttk_panedwindow.n
+++ b/doc/ttk_panedwindow.n
@@ -128,28 +128,28 @@ sash has a class name of \fBSash\fP.
\fBTPanedwindow\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.PP
\fBSash\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-gripcount\fP \fIcount\fP
+\fB\-gripcount\fP \fIcount\fP
.br
-\fB-handlepad\fP \fIamount\fP
+\fB\-handlepad\fP \fIamount\fP
.br
-\fB-handlesize\fP \fIamount\fP
+\fB\-handlesize\fP \fIamount\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-sashpad\fP \fIamount\fP
+\fB\-sashpad\fP \fIamount\fP
.br
-\fB-sashrelief\fP \fIrelief\fP
+\fB\-sashrelief\fP \fIrelief\fP
.br
-\fB-sashthickness\fP \fIamount\fP
+\fB\-sashthickness\fP \fIamount\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_progressbar.n b/doc/ttk_progressbar.n
index 6dd3be3..1687123 100644
--- a/doc/ttk_progressbar.n
+++ b/doc/ttk_progressbar.n
@@ -93,23 +93,23 @@ The class name for a \fBttk::progressbar\fP is \fBTProgressbar\fP.
\fBTProgressbar\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-maxphase\fP
+\fB\-maxphase\fP
.RS
For the aqua theme.
.RE
-\fB-period\fP
+\fB\-period\fP
.RS
For the aqua theme.
.RE
-\fB-troughcolor\fP \fIcolor\fP
+\fB\-troughcolor\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_radiobutton.n b/doc/ttk_radiobutton.n
index 09841ac..8c6ff05 100644
--- a/doc/ttk_radiobutton.n
+++ b/doc/ttk_radiobutton.n
@@ -76,19 +76,19 @@ Dynamic states: \fBactive\fP, \fBalternate\fP, \fBdisabled\fP,
are:
.PP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-indicatorbackground\fP \fIcolor\fP
+\fB\-indicatorbackground\fP \fIcolor\fP
.br
-\fB-indicatorcolor\fP \fIcolor\fP
+\fB\-indicatorcolor\fP \fIcolor\fP
.br
-\fB-indicatormargin\fP \fIpadding\fP
+\fB\-indicatormargin\fP \fIpadding\fP
.br
-\fB-indicatorrelief\fP \fIrelief\fP
+\fB\-indicatorrelief\fP \fIrelief\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_scale.n b/doc/ttk_scale.n
index 91aeedd..4e16999 100644
--- a/doc/ttk_scale.n
+++ b/doc/ttk_scale.n
@@ -100,21 +100,21 @@ Dynamic states: \fBactive\fP.
\fBTProgressbar\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-borderwidth\fP \fIamount\fP
+\fB\-borderwidth\fP \fIamount\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-groovewidth\fP \fIamount\fP
+\fB\-groovewidth\fP \fIamount\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-sliderwidth\fP \fIamount\fP
+\fB\-sliderwidth\fP \fIamount\fP
.br
-\fB-troughcolor\fP \fIcolor\fP
+\fB\-troughcolor\fP \fIcolor\fP
.br
-\fB-troughrelief\fP \fIrelief\fP
+\fB\-troughrelief\fP \fIrelief\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_scrollbar.n b/doc/ttk_scrollbar.n
index 060da44..49681a1 100644
--- a/doc/ttk_scrollbar.n
+++ b/doc/ttk_scrollbar.n
@@ -163,19 +163,19 @@ Dynamic states: \fBactive\fP, \fBdisabled\fP.
\fBTScrollbar\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-arrowcolor\fP \fIcolor\fP
+\fB\-arrowcolor\fP \fIcolor\fP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-troughcolor\fP \fIcolor\fP
+\fB\-troughcolor\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_separator.n b/doc/ttk_separator.n
index e158671..4befb0a 100644
--- a/doc/ttk_separator.n
+++ b/doc/ttk_separator.n
@@ -37,7 +37,7 @@ The class name for a \fBttk::separator\fP is \fBTSeparator\fP.
\fBTSeparator\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n
index df8c37e..707a17e 100644
--- a/doc/ttk_sizegrip.n
+++ b/doc/ttk_sizegrip.n
@@ -67,7 +67,7 @@ The class name for a \fBttk::sizegrip\fP is \fBTSizegrip\fP.
\fBTSizegrip\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_spinbox.n b/doc/ttk_spinbox.n
index 48cfffd..325d4d8 100644
--- a/doc/ttk_spinbox.n
+++ b/doc/ttk_spinbox.n
@@ -89,31 +89,31 @@ Dynamic states: \fBactive\fP, \fBdisabled\fP, \fBfocus\fP, \fBreadonly\fP.
\fBTSpinbox\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-arrowcolor\fP \fIcolor\fP
+\fB\-arrowcolor\fP \fIcolor\fP
.br
-\fB-arrowsize\fP \fIamount\fP
+\fB\-arrowsize\fP \fIamount\fP
.br
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.RS
-When using the aqua theme (Mac OS X), changes the \fB-fieldbackground\fP.
+When using the aqua theme (Mac OS X), changes the \fB\-fieldbackground\fP.
.RE
-\fB-bordercolor\fP \fIcolor\fP
+\fB\-bordercolor\fP \fIcolor\fP
.br
-\fB-darkcolor\fP \fIcolor\fP
+\fB\-darkcolor\fP \fIcolor\fP
.br
-\fB-fieldbackground\fP \fIcolor\fP
+\fB\-fieldbackground\fP \fIcolor\fP
.RS
Does not work with the aqua theme (Mac OS X).
.RE
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-lightcolor\fP \fIcolor\fP
+\fB\-lightcolor\fP \fIcolor\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.br
-\fB-selectbackground\fP \fIcolor\fP
+\fB\-selectbackground\fP \fIcolor\fP
.br
-\fB-selectforeground\fP \fIcolor\fP
+\fB\-selectforeground\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
diff --git a/doc/ttk_treeview.n b/doc/ttk_treeview.n
index 7ac9825..7a8bc58 100644
--- a/doc/ttk_treeview.n
+++ b/doc/ttk_treeview.n
@@ -486,21 +486,21 @@ Dynamic states: \fBdisabled\fP, \fBselected\fP.
\fBTreeview\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-fieldbackground\fP \fIcolor\fP
+\fB\-fieldbackground\fP \fIcolor\fP
.br
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.br
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-rowheight\fP \fIamount\fP
+\fB\-rowheight\fP \fIamount\fP
.RS
-The \fB-rowheight\fP value is not corrected by the \fBtk scaling\fP
+The \fB\-rowheight\fP value is not corrected by the \fBtk scaling\fP
value or by the configured font size and must always be set. Also make
-sure that the \fB-rowheight\fP is large enough to contain any images.
+sure that the \fB\-rowheight\fP is large enough to contain any images.
.PP
-To adjust the \fB-rowheight\fP for the Treeview style, use the following code
+To adjust the \fB\-rowheight\fP for the Treeview style, use the following code
after \fBtk scaling\fP has been applied.
Note that even if you do not support or change \fBtk scaling\fP
in your program, your users may have it set in their .wishrc.
@@ -508,33 +508,33 @@ in your program, your users may have it set in their .wishrc.
.PP
.CS
ttk::style configure Treeview \\
- -rowheight [expr {[font metrics \fBfont\fP -linespace] + 2}]
+ \-rowheight [expr {[font metrics \fBfont\fP \-linespace] + 2}]
.CE
.PP
\fBHeading\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-background\fP \fIcolor\fP
+\fB\-background\fP \fIcolor\fP
.br
-\fB-font\fP \fIfont\fP
+\fB\-font\fP \fIfont\fP
.br
-\fB-relief\fP \fIrelief\fP
+\fB\-relief\fP \fIrelief\fP
.PP
\fBItem\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-foreground\fP \fIcolor\fP
+\fB\-foreground\fP \fIcolor\fP
.br
-\fB-indicatormargins\fP \fIpadding\fP
+\fB\-indicatormargins\fP \fIpadding\fP
.br
-\fB-indicatorsize\fP \fIamount\fP
+\fB\-indicatorsize\fP \fIamount\fP
.br
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.PP
\fBCell\fP styling options configurable with \fBttk::style\fP
are:
.PP
-\fB-padding\fP \fIpadding\fP
+\fB\-padding\fP \fIpadding\fP
.PP
Some options are only available for specific themes.
.PP