Re: [gtk-list] Possible to "ghost" menu items?
- From: Federico Mena Quintero <federico nuclecu unam mx>
- To: gtk-list redhat com
- Subject: Re: [gtk-list] Possible to "ghost" menu items?
- Date: Wed, 13 May 1998 18:34:30 -0500
> Is it possible to "ghost" a menu item in a menu so it can not be chosen? I
> want to temporarily disable menu items if there are no active selections in
> a list.
Yes, just unset the menu item's sensitivity:
gtk_widget_set_sensitive (my_menu_item, FALSE);
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]