Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkUIManagerItemType |
Enum : | UIManagerItemType |
Properties | |
---|---|
guint32 Gtk.UIManagerItemType.ACCELERATOR : 256
|
|
guint32 Gtk.UIManagerItemType.AUTO : 0
|
|
guint32 Gtk.UIManagerItemType.MENU : 2
|
|
guint32 Gtk.UIManagerItemType.MENUBAR : 1
|
|
guint32 Gtk.UIManagerItemType.MENUITEM : 32
|
|
guint32 Gtk.UIManagerItemType.PLACEHOLDER : 8
|
|
guint32 Gtk.UIManagerItemType.POPUP : 16
|
|
guint32 Gtk.UIManagerItemType.POPUP_WITH_ACCELS : 512
|
|
guint32 Gtk.UIManagerItemType.SEPARATOR : 128
|
|
guint32 Gtk.UIManagerItemType.TOOLBAR : 4
|
|
guint32 Gtk.UIManagerItemType.TOOLITEM : 64
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.UIManager
Method |
add_ui
(guint32 merge_id, String path, String name, String action, UIManagerItemType type, gboolean top)
:
none
Adds a UI element to the current contents of manager.
|
Gtk.UIManager
Method |
get_toplevels
(UIManagerItemType types)
:
Array
Obtains a list of all toplevel widgets of the requested types.
|