diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-01-12 12:16:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-01-12 12:16:23 (GMT) |
commit | 2ece75e8790071956e71a9f917a6b68ab94b6ff3 (patch) | |
tree | d9fbfe9432a5c5302565bb3500e04acbd4eca005 /doc | |
parent | cb5357c61dfae8f487063e332ff8e2ac16fc57cb (diff) | |
download | tk-2ece75e8790071956e71a9f917a6b68ab94b6ff3.zip tk-2ece75e8790071956e71a9f917a6b68ab94b6ff3.tar.gz tk-2ece75e8790071956e71a9f917a6b68ab94b6ff3.tar.bz2 |
Change -gripsize back to -gripcount (name change can be done later as a separate step)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_panedwindow.n | 2 | ||||
-rw-r--r-- | doc/ttk_scrollbar.n | 2 | ||||
-rw-r--r-- | doc/ttk_sizegrip.n | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index a6a809b..beab063 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.n @@ -132,7 +132,7 @@ are: .br \fB\-bordercolor\fP \fIcolor\fP .br -\fB\-gripsize\fP \fIsize\fP (number of screen units) +\fB\-gripcount\fP \fIcount\fP .br \fB\-handlepad\fP \fIamount\fP .br diff --git a/doc/ttk_scrollbar.n b/doc/ttk_scrollbar.n index bd38a5c..948c6eb 100644 --- a/doc/ttk_scrollbar.n +++ b/doc/ttk_scrollbar.n @@ -166,7 +166,7 @@ Dynamic states: \fBactive\fP, \fBdisabled\fP. .br \fB\-foreground\fP \fIcolor\fP .br -\fB\-gripsize\fP \fIsize\fP (number of screen units) +\fB\-gripcount\fP \fIcount\fP (number of lines on the thumb) .br \fB\-lightcolor\fP \fIcolor\fP (color of the light part of the 3D relief) .br diff --git a/doc/ttk_sizegrip.n b/doc/ttk_sizegrip.n index e3aea6c..fda8d07 100644 --- a/doc/ttk_sizegrip.n +++ b/doc/ttk_sizegrip.n @@ -68,8 +68,6 @@ The class name for a \fBttk::sizegrip\fP is \fBTSizegrip\fP. \fBTSizegrip\fP styling options configurable with \fBttk::style\fP are: .PP -\fB\-gripsize\fP \fIsize\fP (number of screen units) -.PP \fB\-background\fP \fIcolor\fP .PP Some options are only available for specific themes. |