diff options
author | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:23:36 (GMT) |
---|---|---|
committer | bll <brad.lanam.comp@gmail.com> | 2018-04-09 01:23:36 (GMT) |
commit | 7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f (patch) | |
tree | f74d731c5926b51c7404e3eb1a49334552c60393 /doc/ttk_button.n | |
parent | a785520e6f54edc75390fc68e1359ceec2db2764 (diff) | |
download | tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.zip tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.tar.gz tk-7ee919f1bb6e5c3b0f32aba687c7d663c7eea32f.tar.bz2 |
Fix unescaped hyphens.
Diffstat (limited to 'doc/ttk_button.n')
-rw-r--r-- | doc/ttk_button.n | 28 |
1 files changed, 14 insertions, 14 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 |