Tk Source Code

Check-in [b7023710]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:ttk::scrollbar documentation: added styling options -gripcound and -sliderlength and some explanatory text
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | bug-1ff193f1e3
Files: files | file ages | folders
SHA3-256: b7023710b372feefb2b4d4f62466ae58766e8b9261d685b7b56dbbeaad5d7829
User & Date: oehhar 2019-05-02 16:00:41.657
Context
2019-05-02
20:55
Homogenize with existing doc for -gripcount in the man page for ttk::panedwindow check-in: 92da9c5b user: fvogel tags: bug-1ff193f1e3
16:00
ttk::scrollbar documentation: added styling options -gripcound and -sliderlength and some explanatory text check-in: b7023710 user: oehhar tags: bug-1ff193f1e3
2019-04-30
17:54
Refine documentation in ttk::scrollbar check-in: aba4b7df user: fvogel tags: bug-1ff193f1e3
Changes
Unified Diff Ignore Whitespace Patch
Changes to doc/ttk_scrollbar.n.
169
170
171
172
173
174
175
176
177
178
179


180


181
182
183
184
185
186
187
.br
\fB\-arrowsize\fP \fIamount\fP
.br
\fB\-background\fP \fIcolor\fP
.br
\fB\-bordercolor\fP \fIcolor\fP
.br
\fB\-darkcolor\fP \fIcolor\fP
.br
\fB\-foreground\fP \fIcolor\fP
.br


\fB\-lightcolor\fP \fIcolor\fP


.br
\fB\-troughcolor\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
See the \fBttk::style\fP manual page for information on how to configure
ttk styles.







|



>
>
|
>
>







169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
.br
\fB\-arrowsize\fP \fIamount\fP
.br
\fB\-background\fP \fIcolor\fP
.br
\fB\-bordercolor\fP \fIcolor\fP
.br
\fB\-darkcolor\fP \fIcolor\fP (color of the dark 3d relief)
.br
\fB\-foreground\fP \fIcolor\fP
.br
\fB\-gripcount\fP \fInumber\fP (number of lines on the thumb)
.br
\fB\-lightcolor\fP \fIcolor\fP (color of the light 3d relief)
.br
\fB\-sliderlength\fP \fIamount\fP (minimum length of the thumb)
.br
\fB\-troughcolor\fP \fIcolor\fP
.PP
Some options are only available for specific themes.
.PP
See the \fBttk::style\fP manual page for information on how to configure
ttk styles.