Gtk.UIManagerItemType – gtk+-2.0 Reference Manual
Packages
gtk+-2.0
Gtk
UIManagerItemType
ACCELERATOR
AUTO
MENU
MENUBAR
MENUITEM
PLACEHOLDER
POPUP
POPUP_WITH_ACCELS
SEPARATOR
TOOLBAR
TOOLITEM
UIManagerItemType
Description:
[
CCode
( cprefix =
"GTK_UI_MANAGER_"
) ]
[
Flags
]
public
enum
UIManagerItemType
These enumeration values are used by
add_ui
to determine what UI element to create.
Namespace:
Gtk
Package:
gtk+-2.0
Content:
Enum values:
ACCELERATOR
-
Install an accelerator.
AUTO
-
Pick the type of the UI element according to context.
MENU
-
Create a menu.
MENUBAR
-
Create a menubar.
MENUITEM
-
Create a menuitem.
PLACEHOLDER
-
Insert a placeholder.
POPUP
-
Create a popup menu.
POPUP_WITH_ACCELS
-
Same as
gtk_ui_manager_popup
, but the actions’ accelerators are shown.
SEPARATOR
-
Create a separator.
TOOLBAR
-
Create a toolbar.
TOOLITEM
-
Create a toolitem.