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
ACCELERATOR: 256

Install an accelerator.

AUTO: 0

Pick the type of the UI element according to context.

MENU: 2

Create a menu.

MENUBAR: 1

Create a menubar.

MENUITEM: 32

Create a menuitem.

PLACEHOLDER: 8

Insert a placeholder.

POPUP: 16

Create a popup menu.

POPUP_WITH_ACCELS: 512

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

SEPARATOR: 128

Create a separator.

TOOLBAR: 4

Create a toolbar.

TOOLITEM: 64

Create a toolitem.

Variables

$gtype