diff options
author | mdejong <mdejong> | 2006-12-17 00:43:05 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2006-12-17 00:43:05 (GMT) |
commit | 916e70fb90cb972726e8e580ff8dabf5e3da7aa1 (patch) | |
tree | 5cd38cfa91b99fd3cfd7dd620f620aa0c0197ee3 /doc | |
parent | b822c063c5281f853e702026499f46c31b47e518 (diff) | |
download | tk-916e70fb90cb972726e8e580ff8dabf5e3da7aa1.zip tk-916e70fb90cb972726e8e580ff8dabf5e3da7aa1.tar.gz tk-916e70fb90cb972726e8e580ff8dabf5e3da7aa1.tar.bz2 |
* doc/cursors.n: Mention "none" in supported
cursor list. Fix comment that incorrectly
claims that the Win32 "no" cursor hides
the cursor.
* tests/cursor.test: Test "none" cursor.
* unix/tkUnixCursor.c (CreateCursorFromTableOrFile,
TkGetCursorByName): Define a table of Tk cursors
that is searched in addition to the X cursor
table. A Tk cursor is loaded from a data string
and works with the same options as the built
in X cursors. This code makes it possible to
use "none" as a cursor name under Unix.
* win/rc/cursor9a.cur: Added none Win32 cursor.
* win/rc/tk_base.rc: Define a built-in Win32
cursor named "none".
[Patch 1615427]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cursors.n | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/cursors.n b/doc/cursors.n index 0855f5f..fba41bb 100644 --- a/doc/cursors.n +++ b/doc/cursors.n @@ -2,7 +2,7 @@ '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" -'\" RCS: @(#) $Id: cursors.n,v 1.3 2002/11/15 15:35:55 dkf Exp $ +'\" RCS: @(#) $Id: cursors.n,v 1.4 2006/12/17 00:43:06 mdejong Exp $ '\" '\" .so man.macros @@ -62,6 +62,7 @@ lr_angle man middlebutton mouse +none pencil pirate plus @@ -96,6 +97,8 @@ umbrella ur_angle watch xterm + +The \fBnone\fR cursor can be specified to eliminate the cursor. .CE .SH "PORTABILITY ISSUES" @@ -111,6 +114,7 @@ crosshair fleur ibeam icon +none sb_h_double_arrow sb_v_double_arrow watch @@ -128,7 +132,6 @@ size_we uparrow wait .CE -The \fBno\fR cursor can be specified to eliminate the cursor. .RE .TP @@ -140,6 +143,7 @@ arrow cross crosshair ibeam +none plus watch xterm |