[Glade-users] Disable GtkButton

dE de.techno at gmail.com
Tue May 28 07:34:39 UTC 2013


On 05/28/13 13:04, Tristan Van Berkom wrote:
> On Tue, May 28, 2013 at 4:22 PM, dE <de.techno at gmail.com> wrote:
>> How do you disable a GtkButton in C? I didn't find any API which does this
>> in the GtkButton reference.
> We don't use the term "disabled" in GTK+ which is probably why you didn't
> find it.
>
> Instead we use the term "sensitive", a widget is either "sensitive" or not,
> if it is not sensitive then it will not react to any user interaction,
> and it will
> be drawn differently (typically greyed out).
>
> See gtk_widget_set_sensitive()
>
> Cheers,
>      -Tristan

Yes, I did search for it since it was in Glade.

What I didn't know is that GtkWidget properties applied to all widgets.

Thank you sooo much for all the help!


More information about the Glade-users mailing list