diff options
author | fvogel <fvogelnew1@free.fr> | 2017-12-31 14:12:43 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-12-31 14:12:43 (GMT) |
commit | 36fcca8bcc9687f4ce9d4d06dd27c98862c2d1f0 (patch) | |
tree | 7b9e2171a16e0d2224f3188f44bdd5a7005618c0 | |
parent | e4aeecb84ddf020fecd781e0a7509492a6d3c413 (diff) | |
download | tk-36fcca8bcc9687f4ce9d4d06dd27c98862c2d1f0.zip tk-36fcca8bcc9687f4ce9d4d06dd27c98862c2d1f0.tar.gz tk-36fcca8bcc9687f4ce9d4d06dd27c98862c2d1f0.tar.bz2 |
Remove wrong info from the man page of ttk::separator and ttk::sizegrip: the -state option is actually not supported by these two widgets. Note: Addition of '.PP' in ttk_separator.n is needed to avoid loosing the 'contents' header in the generated html page, for some obscure reason (alternative: add more .SH sections, as is done in ttk_sizegrip.n).
-rw-r--r-- | doc/ttk_separator.n | 3 | ||||
-rw-r--r-- | doc/ttk_sizegrip.n | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/ttk_separator.n b/doc/ttk_separator.n index fea2701..e1821b6 100644 --- a/doc/ttk_separator.n +++ b/doc/ttk_separator.n @@ -17,7 +17,7 @@ ttk::separator \- Separator bar A \fBttk::separator\fR widget displays a horizontal or vertical separator bar. .SO ttk_widget -\-class \-cursor \-state +\-class \-cursor \-style \-takefocus .SE .SH "WIDGET-SPECIFIC OPTIONS" @@ -29,6 +29,7 @@ Specifies the orientation of the separator. Separator widgets support the standard \fBcget\fR, \fBconfigure\fR, \fBidentify\fR, \fBinstate\fR, and \fBstate\fR methods. No other widget methods are used. +.PP .SH "SEE ALSO" ttk::widget(n) .SH "KEYWORDS" diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n index 8b3429e..1c75eb8 100644 --- a/doc/ttk_sizegrip.n +++ b/doc/ttk_sizegrip.n @@ -18,7 +18,7 @@ A \fBttk::sizegrip\fR widget (also known as a \fIgrow box\fR) allows the user to resize the containing toplevel window by pressing and dragging the grip. .SO ttk_widget -\-class \-cursor \-state +\-class \-cursor \-style \-takefocus .SE .SH "WIDGET COMMAND" |