Cursors in Tkinter

johngrayson42 johngrayson at home.com
Wed Dec 5 06:46:19 EST 2001


Appendix F, Python and Tkinter Programming (Manning)
    I forget the author...   :-)

If not get tk source and look at:

     tk8.n.n/xlib/X11/cursorfont.h

  You'll find defines:

  #define XC_gumby 56

Drop the 'XC' and you're all set...

     John






More information about the Python-list mailing list