Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Enum Gtk.ToolbarChildType

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkToolbarChildType
Enum : ToolbarChildType
  Show / Hide Inherited methods, properties and signals
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:43 GMT+0800 (HKT)