ASPN ActiveState Programmer Network
  ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups | Web Services
SEARCH

Reference
ActiveTcl 8.5
ActiveTcl 8.5.4.0 User Guide
ActiveTcl 8.5.4.0 Documentation Index
Tklib
cursor

MyASPN >> Reference >> ActiveTcl 8.5 >> ActiveTcl 8.5.4.0 User Guide >> ActiveTcl 8.5.4.0 Documentation Index >> Tklib
ActiveTcl 8.5 documentation

[ Main table Of Contents | Tklib Table Of Contents | Tklib Index ]

cursor(n) 0.1 "Tk cursor routines"

Name

cursor - Procedures to handle CURSOR data

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 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.

See Also

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

Copyright © 2008 for compilation: ActiveState


Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState 2004 All rights reserved