diff options
Diffstat (limited to 'doc/cursors.n')
-rw-r--r-- | doc/cursors.n | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/cursors.n b/doc/cursors.n index 06a0208..8bc2a8f 100644 --- a/doc/cursors.n +++ b/doc/cursors.n @@ -11,10 +11,9 @@ .SH NAME cursors \- mouse cursors available in Tk .BE - .SH DESCRIPTION .PP -The \fB-cursor\fR widget option allows a Tk programmer to change the +The \fB\-cursor\fR widget option allows a Tk programmer to change the mouse cursor for a particular widget. The cursor names recognized by Tk on all platforms are: .CS @@ -61,6 +60,7 @@ lr_angle man middlebutton mouse +none pencil pirate plus @@ -96,9 +96,9 @@ ur_angle watch xterm .CE - +.PP +The \fBnone\fR cursor can be specified to eliminate the cursor. .SH "PORTABILITY ISSUES" - .TP \fBWindows\fR On Windows systems, the following cursors are mapped to native cursors: @@ -110,6 +110,7 @@ crosshair fleur ibeam icon +none sb_h_double_arrow sb_v_double_arrow watch @@ -127,9 +128,7 @@ size_we uparrow wait .CE -The \fBno\fR cursor can be specified to eliminate the cursor. .RE - .TP \fBMac OS X\fR On Mac OS X systems, the following cursors are mapped to native cursors: @@ -139,6 +138,7 @@ arrow cross crosshair ibeam +none plus watch xterm @@ -159,7 +159,6 @@ resizeleftright resizeup resizedown resizeupdown -none notallowed poof countinguphand @@ -168,6 +167,5 @@ countingupanddownhand spinning .CE .RE - .SH KEYWORDS cursor, option |