diff options
author | dkf <dkf@noemail.net> | 2007-10-30 21:29:57 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2007-10-30 21:29:57 (GMT) |
commit | bbe60be37c2c529ee84de897e86908ae71a7ea40 (patch) | |
tree | 7090d93b57cff685ebe7ccea984672560fa3b271 /doc/ttk_scrollbar.n | |
parent | 48a6c4658c591891babd5866c425f3da256affb7 (diff) | |
download | tk-bbe60be37c2c529ee84de897e86908ae71a7ea40.zip tk-bbe60be37c2c529ee84de897e86908ae71a7ea40.tar.gz tk-bbe60be37c2c529ee84de897e86908ae71a7ea40.tar.bz2 |
More documentation improvements
FossilOrigin-Name: b16ced4d51e5abcc871279e9c516935bc0316de4
Diffstat (limited to 'doc/ttk_scrollbar.n')
-rw-r--r-- | doc/ttk_scrollbar.n | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/ttk_scrollbar.n b/doc/ttk_scrollbar.n index 1724f2a..506ddec 100644 --- a/doc/ttk_scrollbar.n +++ b/doc/ttk_scrollbar.n @@ -6,7 +6,7 @@ '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" '\" SOURCE: tk/doc/scrollbar.n, r1.4 -'\" RCS: @(#) $Id: ttk_scrollbar.n,v 1.7 2007/10/29 16:04:14 dkf Exp $ +'\" RCS: @(#) $Id: ttk_scrollbar.n,v 1.8 2007/10/30 21:29:59 dkf Exp $ '\" .so man.macros .TH ttk_scrollbar n 8.5 Tk "Tk Themed Widget" @@ -37,11 +37,13 @@ to change the view in the widget associated with the scrollbar. Additional arguments are appended to the value of this option, as described in \fBSCROLLING COMMANDS\fR below, whenever the user requests a view change by manipulating the scrollbar. -.br +.RS +.PP This option typically consists of a two-element list, containing the name of a scrollable widget followed by either \fBxview\fR (for horizontal scrollbars) or \fByview\fR (for vertical scrollbars). +.RE .OP \-orient orient Orient One of \fBhorizontal\fR or \fBvertical\fR. Specifies the orientation of the scrollbar. |