Hi,

<[EMAIL PROTECTED]> writes:

>    I use "gtk_widget_set_state(button1,GTK_STATE_INSENSITIVE)"
> to inactive the "button1". It works !!! 
>    But then when using "gtk_widget_set_state(button1,GTK_STATE_NORMAL)" or
> "gtk_widget_set_state(button1,GTK_STATE_ACTIVE)" 
> to restore "button1" active. It fails. The button is still inactive.

you want to use gtk_widget_set_sensitive() instead.


Salut, Sven
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to