$widget -> Busy;
Quoting the perldocs on Tk(more specifically, Tk::Widget - Base class of all widgets): "$widget->Busy?(?-recurse => 1?-option = value>?)? This method configures a -cursor option for $widget and (if -recurse = 1> is specified) all its descendants. The cursor to be set may be passed as -cursor = cursor> or defaults to 'watch'. Additional configure options are applied to $widget only. It also adds a special tag 'Busy' to the bindtags of the widgets so configured so that KeyPress, KeyRelease, ButtonPress and ButtonRelease events are ignored (with press events generating a call to bell). It then acquires a local grab for $widget. The state of the widgets and the grab is restored by a call to $widget->Unbusy."emc
"Being forced to write comments actually improves code, because it is easier to fix a crock than to explain it. "In reply to Re: How do I set a busy cursor in Tk
by swampyankee
in thread How do I set a busy cursor in Tk
by GrandFather
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |