diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-17 22:37:23 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-17 22:37:23 (GMT) |
commit | 3fb4b62b126615f18524357090c3bccf0985fcae (patch) | |
tree | e00390b37b5eea519bafc3dbc07a169e0d2bbc6c /doc/scrollbar.n | |
parent | 21742ef35eb0732a8e33f526626dcf61425d786b (diff) | |
download | tk-3fb4b62b126615f18524357090c3bccf0985fcae.zip tk-3fb4b62b126615f18524357090c3bccf0985fcae.tar.gz tk-3fb4b62b126615f18524357090c3bccf0985fcae.tar.bz2 |
Doc patches [1010083] and [1010607] from Mikhail Kolesnitschenko.
Also some general fixes to menu.n and text.n
Diffstat (limited to 'doc/scrollbar.n')
-rw-r--r-- | doc/scrollbar.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scrollbar.n b/doc/scrollbar.n index 2c2d73b..f4f86b0 100644 --- a/doc/scrollbar.n +++ b/doc/scrollbar.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: scrollbar.n,v 1.3 2000/08/25 06:58:32 ericm Exp $ +'\" RCS: @(#) $Id: scrollbar.n,v 1.4 2004/08/17 22:37:24 dkf Exp $ '\" .so man.macros .TH scrollbar n 4.1 Tk "Tk Built-In Commands" @@ -69,7 +69,7 @@ A scrollbar is a widget that displays two arrows, one at each end of the scrollbar, and a \fIslider\fR in the middle portion of the scrollbar. It provides information about what is visible in an \fIassociated window\fR -that displays an document of some sort (such as a file being edited or +that displays a document of some sort (such as a file being edited or a drawing). The position and size of the slider indicate which portion of the document is visible in the associated window. For example, if the |