summaryrefslogtreecommitdiffstats
path: root/doc/cursors.n
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2006-12-17 00:43:04 (GMT)
committermdejong <mdejong@noemail.net>2006-12-17 00:43:04 (GMT)
commit20d78fbba92c4ec902c12936ce608eb0536c6179 (patch)
tree5cd38cfa91b99fd3cfd7dd620f620aa0c0197ee3 /doc/cursors.n
parent0623c75ef33b00ffd6db13a2a0de25da13031b1e (diff)
downloadtk-20d78fbba92c4ec902c12936ce608eb0536c6179.zip
tk-20d78fbba92c4ec902c12936ce608eb0536c6179.tar.gz
tk-20d78fbba92c4ec902c12936ce608eb0536c6179.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] FossilOrigin-Name: 3d756d41ff0106cee0eaebcf90af4b481627b10f
Diffstat (limited to 'doc/cursors.n')
-rw-r--r--doc/cursors.n8
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