[Glade-users] Disable GtkButton
Tristan Van Berkom
tristan.van.berkom at gmail.com
Tue May 28 07:34:51 UTC 2013
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
> _______________________________________________
> Glade-users maillist - Glade-users at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/glade-users
More information about the Glade-users
mailing list