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
_______________________________________________
gtk-perl-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to