Re: GtkStateType....
- From: Sven Neumann <sven gimp org>
- To: <hunchback netcabo pt>
- Cc: <gtk-list gnome org>
- Subject: Re: GtkStateType....
- Date: 18 Mar 2002 13:46:27 +0100
Hi,
<hunchback netcabo pt> writes:
> i'm trying to deactivate a button, and i did the following:
>
> gtk_widget_set_state(button, GTK_STATE_INSENSITIVE);
>
> but when i try to reactivate the button i did:
> gtk_widget_set_state(button, GTK_STATE_NORMAL);
>
> and it doesn't work, nor do the other GtkStateType (GTK_STATE_ACTIVE, etc...)
use gtk_widget_set_sensitive () instead.
Salut, Sven
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]