Enumeration (GI Flags)

Gtk-3.0GtkUIManagerItemTypeDeprecated 3.10

These enumeration values are used by gtk_ui_manager_add_ui() to determine what UI element to create.

since 3.10

Index

Enumeration Members

ACCELERATOR: number

Install an accelerator.

AUTO: number

Pick the type of the UI element according to context.

MENU: number

Create a menu.

MENUBAR: number

Create a menubar.

MENUITEM: number

Create a menuitem.

PLACEHOLDER: number

Insert a placeholder.

POPUP: number

Create a popup menu.

POPUP_WITH_ACCELS: number

Same as Gtk.UIManagerItemType.POPUP, but the actions’ accelerators are shown.

SEPARATOR: number

Create a separator.

TOOLBAR: number

Create a toolbar.

TOOLITEM: number

Create a toolitem.