Documentation for this package can be found at http://tcllib.sourceforge.net/doc/cursor.html ---- The cursor package is intended to display all available cursors on the specific platform. ---- [LV] Anyone know a way to create multi-colored and/or animated, cursors? [PT] 17-Jun-2005: On Windows you can load system cursors for use as the Tk cursor for a given window. Windows supports the use of animated cursors by using .ani files. On WindowsXP the following will load an animated cursor (the arrow's tail wags): package require Tk . configure -cursor @c:/windows/Cursors/wagtail.ani ---- See also [cursors] ---- [[ [Category Package] | [Category GUI], a part of [Tklib] ]]