Mouse Cursors on Tkinter

Jørgen Cederberg jorgencederberg at hotmail.com
Thu Feb 12 03:09:46 EST 2004


Jørgen Cederberg wrote:
> Hi
> 
> actually you _can_ change the cursor on Windows computers:
> 
> from Tkinter import *
> root = Tk()
> root.configure(cursor='spraycan')
> root.mainloop()
> 
> This will show a spraycan (quite ugly though) in the window.
> 
> The names of the cursors can be found in "Tkinter reference: A GUI for 
> Python", located at http://www.nmt.edu/tcc/help/lang/python/tkinter.html
> 
> Regards
> Jorgen Cederberg
> 

Mr. Cederberg: Well Jorgen, you better wake up before answering any 
newsgroups postings. The OP asked for his _own_ cursors.

Jorgen Cederberg: Gee I'm really sorry, I'll try to remember that. And I 
don't know how to do that on a windows machine.

Regards
Jorgen Cederberg



More information about the Python-list mailing list