Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkToolbarChildType |
Enum : | ToolbarChildType |
Show / Hide Inherited methods, properties and signals |
Properties | |
---|---|
Number Gtk.ToolbarChildType.BUTTON : 1
|
|
Number Gtk.ToolbarChildType.RADIOBUTTON : 3
|
|
Number Gtk.ToolbarChildType.SPACE : 0
|
|
Number Gtk.ToolbarChildType.TOGGLEBUTTON : 2
|
|
Number Gtk.ToolbarChildType.WIDGET : 4
|
None |
None |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.Toolbar
Method |
append_element
(ToolbarChildType type, Widget widget, String text, String tooltip_text, String tooltip_private_text, Widget icon, Function callback, void* user_data)
:
Gtk.Widget
Adds a new element to the end of a toolbar.
|
Gtk.Toolbar
Method |
prepend_element
(ToolbarChildType type, Widget widget, String text, String tooltip_text, String tooltip_private_text, Widget icon, Function callback, void* user_data)
:
Gtk.Widget
Adds a new element to the beginning of a toolbar.
|
Gtk.Toolbar
Method |
insert_element
(ToolbarChildType type, Widget widget, String text, String tooltip_text, String tooltip_private_text, Widget icon, Function callback, void* user_data, Number position)
:
Gtk.Widget
Inserts a new element in the toolbar at the given position.
|