cursor - Procedures to handle CURSOR data
Contents
Bugs, Ideas, Feedback
This document, and the package it describes, will undoubtedly contain bugs and other problems. Please
report such in the category cursor of the TklibTrackers [http://core.tcl.tk/tklib/reportlist]. Please
also report any ideas for enhancements you may have for either package and/or documentation.
Commands
The following commands are available:
::cursor::propagatewidgetcursor
Sets the cursor for the specified widget and all its descendants to cursor.
::cursor::restorewidget ?cursor?
Restore the original or previously set cursor for the specified widget and all its descendants.
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.
Copyright
Copyright (c) Jeffrey Hobbs <jeff@hobbs.org>
tklib 0.3.1 cursor(3tk)
Description
The cursor package provides commands to handle Tk cursors.
Keywords
cursor
Name
cursor - Procedures to handle CURSOR data
See Also
Tk_GetCursor(3tk), cursors(3tk), options(3tk)
Synopsis
package require Tk
package require cursor?0.3.1?::cursor::propagatewidgetcursor::cursor::restorewidget ?cursor?
::cursor::display ?parent?
________________________________________________________________________________________________________________
