diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-12 18:59:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-11-12 18:59:55 (GMT) |
commit | e0d493a2cccffb118444254433014f937714a5bc (patch) | |
tree | 711547ed9e878a04ef6e81ce8f5b536d4a773c39 /doc | |
parent | f43f72e2784d0139fb1610485983dac14bbf99e5 (diff) | |
parent | b128022078d24422beb7a8ee7d94646af38e750e (diff) | |
download | tk-e0d493a2cccffb118444254433014f937714a5bc.zip tk-e0d493a2cccffb118444254433014f937714a5bc.tar.gz tk-e0d493a2cccffb118444254433014f937714a5bc.tar.bz2 |
TIP #681: Ttk "size"-related options
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 |