Mitch Chapman wrote:
> 
> Is there an easy way to temporarily display a busy cursor over
> a window?
> 
> testgtk.py shows how to set a new cursor on a window.
> But I can't figure out how to restore the previous cursor on
> the window, or even how to find out what the previous cursor is.
> 
> It looks as though Gtk+ lets you restore the default cursor
> (which may/may not be the previous cursor) just by setting a
> cursor of NULL on the window.  Dunno how to do this from pygtk.
> 

I haven't tried it, but this would be my guess:

    widget.get_window().set_cursor(None)



Jeff
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to