hide mouse pointer in Tkinter

Douglas Zongker dougz at cs.washington.edu
Wed Jul 17 16:41:40 EDT 2002


How can I hide the mouse pointer in a Tkinter window?  The Tk docs say
that cursor "no" is an empty image, but on my system it's a
slash-and-circle icon.  I tried using Tk_GetCursorFromData to create
an empty cursor, but this function always fails on Win32.




More information about the Python-list mailing list