Re: activate or deactivate



a) how can i set a menu-item in a menu list to be active or not?
b) is similar to (a). how can i do this with buttons as well?

Is this what you are looking for?
Carlos

-------------------
GtkWidget *button, *menu_item;

gtk_widget_set_sensitive (menu_item, TRUE);
gtk_widget_set_sensitive (button, FALSE);





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]