diff options
author | fvogel <fvogelnew1@free.fr> | 2017-12-31 12:37:00 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-12-31 12:37:00 (GMT) |
commit | 3d5df1fc5e26c23624b781505c386e8f6931eadc (patch) | |
tree | b22544987035b2a3544a1198429d05bb5faa3c88 /doc/ttk_button.n | |
parent | b46e6278979b46d9860d1a599a3fe0020c8c4732 (diff) | |
download | tk-3d5df1fc5e26c23624b781505c386e8f6931eadc.zip tk-3d5df1fc5e26c23624b781505c386e8f6931eadc.tar.gz tk-3d5df1fc5e26c23624b781505c386e8f6931eadc.tar.bz2 |
Remove section 'COMPATIBILITY OPTIONS' from the ttk::button man page, it duplicates the section of the same name in the ttk::widget man page, which is already linked from the ttk::button man page. This makes the man page for ttk::button consistent with the man pages for ttk::checkbutton, ttk::menubutton and ttk::radiobutton.
Diffstat (limited to 'doc/ttk_button.n')
-rw-r--r-- | doc/ttk_button.n | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/ttk_button.n b/doc/ttk_button.n index b84ca48..1827862 100644 --- a/doc/ttk_button.n +++ b/doc/ttk_button.n @@ -64,13 +64,6 @@ Invokes the command associated with the button. .PP \fBTtk::button\fR widgets support the \fBToolbutton\fR style in all standard themes, which is useful for creating widgets for toolbars. -.SH "COMPATIBILITY OPTIONS" -.OP \-state state State -May be set to \fBnormal\fR or \fBdisabled\fR to control the -\fBdisabled\fR state bit. This is a -.QW write-only -option: setting it changes the widget state, but the \fBstate\fR -widget command does not affect the state option. .SH "SEE ALSO" ttk::widget(n), button(n) .SH "KEYWORDS" |