Value | Meaning |
---|---|
AUTO0 | Pick the type of the UI element according to context. |
MENUBAR1 | Create a menubar. |
MENU2 | Create a menu. |
TOOLBAR4 | Create a toolbar. |
PLACEHOLDER8 | Insert a placeholder. |
POPUP16 | Create a popup menu. |
MENUITEM32 | Create a menuitem. |
TOOLITEM64 | Create a toolitem. |
SEPARATOR128 | Create a separator. |
ACCELERATOR256 | Install an accelerator. |
POPUP_WITH_ACCELS512 | Same as %GTK_UI_MANAGER_POPUP, but the actions’ accelerators are shown. |
Page generated by adrdox
These enumeration values are used by gtk_ui_manager_add_ui() to determine what UI element to create.