tkinter - changing the mouse pointer?

Thomas Lane tom at parlant.com
Tue Apr 4 16:22:33 EDT 2000


root.config(cursor="wait")
root.config(cursor="")

So simple. Thank you Fredrik.

-Tom

Fredrik Lundh wrote:
> 
> Thomas Lane <tom at parlant.com> wrote:
> > Does anyone out there know how to change the mouse pointer in tkinter? I'd
> like
> > to change the mouse pointer to an hourglass (or the default 'wait' icon
> for the
> > os) and back to normal after a short operation. How do I go about doing
> this?
> > I've hunted through the Grayson book without success.
> 
> this might help:
> http://www.deja.com/getdoc.xp?AN=392027946
> 
> </F>



More information about the Python-list mailing list