Re: "delay" in widget->sensitive



anguila wrote:
When I switch between a 0= widget->is_sensitive() to a widget->sensitive(1),
the widget is put to sensitive(1) when my mouse touch this widget. How can I
set inmediatly this widget to activated mode?

I think $widget->set_sensitive(TRUE) should do the trick.
$widget->sensitive(TRUE) just sets an internal flag and does nothing more to
actually change the widget's appearance.

-- 
Bye,
-Torsten



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]