GtkItemFactoryEntry question
"Johnathan Wang" <[email protected]>
| Newsgroups | gmane.comp.scigraphica.gtkextra |
|---|---|
| Message-ID | <[email protected]> |
Thanks in advance. I create an array with GtkItemFactoryEntry menu_items[] ; Then call gtk_item_factory_new to create the menu bar with preset menu items. However, as the mouse goes over each item, it's "highlighted" so the user may think it's selectable. Is there a way to make certain items un-activatible? Thanks again