RE: disabling a button
- From: martyn 2 russell bt com
- To: gtk-app-devel-list gnome org
- Subject: RE: disabling a button
- Date: Tue, 16 Sep 2003 12:27:16 +0100
how should i disable an ordinary command button
created with gtk_button_new_...call?
to disable:
gtk_widget_set_sensitive(GTK_WIDGET(mybutton), FALSE);
to enable:
gtk_widget_set_sensitive(GTK_WIDGET(mybutton), TRUE);
Regards,
Martyn
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]