| Previous | Next
Marking a Widget Busy and UnbusyWhen a widget (or application) is busy doing uninterruptable work and doesn't want to be bothered by mere mortals, the current idiom is to change the cursor shape (to a watch, a clock, or perhaps a spinning ball) as it passes over the busy widget(s). The Tk commands $widget->Busy(?-recurse => 1,-option => value>?); This method configures a The state of the widgets and the grab is restored by a call to: $widget->Unbusy; For cursor details, see "Plethora of pTk Potpourri". |