summaryrefslogtreecommitdiffstats
path: root/doc/GetCursor.3
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-12-16 21:57:11 (GMT)
committerhobbs <hobbs>1999-12-16 21:57:11 (GMT)
commit806f3e8e5f86a8eec2a7b052e173b98fc6ecf928 (patch)
tree4ec8889c4a11b7f1a85efa4bec076b0b115acea2 /doc/GetCursor.3
parentf9c069c0d54eedc723d6967645d9048ab0cf5345 (diff)
downloadtk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.zip
tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.tar.gz
tk-806f3e8e5f86a8eec2a7b052e173b98fc6ecf928.tar.bz2
* doc/GetCursor.3:
* win/tkWinCursor.c: added support for Windows cursors to TkGetCursorByName (.ani, .cur) using -cursor @<filename> (Ascher) [Bug: 1350] * doc/listbox.n: added doc for <<ListboxSelect>> [Bug: 3500] * doc/getOpenFile.n: removed note that -initialfile didn't work for tk_getOpenFile
Diffstat (limited to 'doc/GetCursor.3')
-rw-r--r--doc/GetCursor.37
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/GetCursor.3 b/doc/GetCursor.3
index 55b9c58..4ae8521 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.3 1999/04/16 01:51:08 stanton Exp $
+'\" RCS: @(#) $Id: GetCursor.3,v 1.4 1999/12/16 21:57:11 hobbs Exp $
'\"
.so man.macros
.TH Tk_AllocCursorFromObj 3 8.1 Tk "Tk Library Procedures"
@@ -138,6 +138,11 @@ This form is similar to the one above, except that the source is
used as mask also. This means that the cursor's background is
transparent. This form of the command will not work on Macintosh
or Windows computers.
+.TP
+\fB@\fIsourceName\fR
+This form only works on Windows, and will load a Windows system
+cursor (\fB.ani\fR or \fB.cur\fR) from the file specified in
+\fIsourceName\fR.
.PP
.VS 8.1
\fBTk_GetCursor\fR is identical to \fBTk_AllocCursorFromObj\fR except