This manual page is for Mac OS X version 10.6

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.




cursor(n)                                    Tk cursor routines                                    cursor(n)



____________________________________________________________________________________________________________

NAME
       cursor - Procedures to handle CURSOR data

SYNOPSIS
       package require Tk

       package require cursor  ?0.1?

       ::cursor::propagate widget cursor

       ::cursor::restore widget ?cursor?

       ::cursor::display ?parent?

____________________________________________________________________________________________________________

DESCRIPTION
       The cursor package provides commands to handle Tk cursors.

COMMANDS
       The following commands are available:

       ::cursor::propagate widget cursor
              Sets the cursor for the specified widget and all its descendants to cursor.

       ::cursor::restore widget ?cursor?
              Restore  the  original  or  previously set cursor for the specified widget and all its descen-dants. descendants.
              dants.  If cursor is specified, that will be used if on any widget that did not have a  preset
              cursor (set by a previous call to ::cursor::propagate).

       ::cursor::display ?parent?
              Pops up a dialog with a listbox containing all the cursor names.  Selecting a cursor name will
              display it in that dialog.  This is simply for viewing any available cursors on the  platform.


SEE ALSO
       Tk_GetCursor(3), cursors(n), options(n)

KEYWORDS
       cursor

COPYRIGHT
       Copyright (c) Jeffrey Hobbs <[email protected]>




cursor                                               0.1                                           cursor(n)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation to the Tk project.
Bug reports
Report bugs in the functionality of the described tool or API to Apple through Bug Reporter and to the Tk project through their bug reporting page.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.