diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-24 14:32:55 (GMT) |
commit | a9b41e61dd1f2274961a88385d433a9bac66d44a (patch) | |
tree | 09cfb7c149cd2c0c95d126aa8764f569b3e42063 /doc/GetCursor.3 | |
parent | 5d96c35c08ea64525de7b4ab99171bfcc0252142 (diff) | |
download | tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.zip tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.gz tk-a9b41e61dd1f2274961a88385d433a9bac66d44a.tar.bz2 |
Lots of improvements to look and feel of manual pages
Diffstat (limited to 'doc/GetCursor.3')
-rw-r--r-- | doc/GetCursor.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/GetCursor.3 b/doc/GetCursor.3 index 0b9efb6..1b229cd 100644 --- a/doc/GetCursor.3 +++ b/doc/GetCursor.3 @@ -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: GetCursor.3,v 1.9 2007/01/05 00:00:48 nijtmans Exp $ +'\" RCS: @(#) $Id: GetCursor.3,v 1.10 2007/10/24 14:32:57 dkf Exp $ '\" .so man.macros .TH Tk_AllocCursorFromObj 3 8.1 Tk "Tk Library Procedures" @@ -93,7 +93,8 @@ list with one of the following forms: \fIName\fR is the name of a cursor in the standard X cursor cursor, i.e., any of the names defined in \fBcursorcursor.h\fR, without the \fBXC_\fR. Some example values are \fBX_cursor\fR, \fBhand2\fR, -or \fBleft_ptr\fR. Appendix B of ``The X Window System'' +or \fBleft_ptr\fR. Appendix B of +.QW "The X Window System" by Scheifler & Gettys has illustrations showing what each of these cursors looks like. If \fIfgColor\fR and \fIbgColor\fR are both specified, they give the foreground and background colors to use |