GtkUIManagerItemType

These enumeration values are used by gtk.uimanager.UIManager.addUi to determine what UI element to create.

Values

ValueMeaning
Auto0

Pick the type of the UI element according to context.

Toolbar4

Create a toolbar.

Placeholder8

Insert a placeholder.

Toolitem64

Create a toolitem.

Separator128

Create a separator.

Accelerator256

Install an accelerator.

PopupWithAccels512

Same as gtk.types.UIManagerItemType.Popup, but the actions’ accelerators are shown.