diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-09 13:10:37 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-09 13:10:37 (GMT) |
commit | b128022078d24422beb7a8ee7d94646af38e750e (patch) | |
tree | 3f59fe3616dec2e3a7c52ade4fc6fd287e92ce3b /doc | |
parent | 66bf38184997aae41c04d04c179f46fd387dc4a1 (diff) | |
parent | b68dac494c3cbaae6426ecc3bf9d94404fd3a43b (diff) | |
download | tk-b128022078d24422beb7a8ee7d94646af38e750e.zip tk-b128022078d24422beb7a8ee7d94646af38e750e.tar.gz tk-b128022078d24422beb7a8ee7d94646af38e750e.tar.bz2 |
Rebase to latest trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ttk_panedwindow.n | 2 | ||||
-rw-r--r-- | doc/ttk_scrollbar.n | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ttk_panedwindow.n b/doc/ttk_panedwindow.n index beab063..a6a809b 100644 --- a/doc/ttk_panedwindow.n +++ b/doc/ttk_panedwindow.n @@ -132,7 +132,7 @@ are: .br \fB\-bordercolor\fP \fIcolor\fP .br -\fB\-gripcount\fP \fIcount\fP +\fB\-gripsize\fP \fIsize\fP (number of screen units) .br \fB\-handlepad\fP \fIamount\fP .br diff --git a/doc/ttk_scrollbar.n b/doc/ttk_scrollbar.n index 948c6eb..bd38a5c 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\-gripcount\fP \fIcount\fP (number of lines on the thumb) +\fB\-gripsize\fP \fIsize\fP (number of screen units) .br \fB\-lightcolor\fP \fIcolor\fP (color of the light part of the 3D relief) .br |