Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gtk.Builder

Class Gtk.Builder

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkBuilder
Class : Builder
Extends: GObject.Object
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.Buildable
Method
add_child (Builder builder, Object child, String type) : none
Adds a child to buildable.
Gtk.Buildable
Method
set_buildable_property (Builder builder, String name, Value value) : none
Sets the property name name to value on the buildable object.
Gtk.Buildable
Method
construct_child (Builder builder, String name) : GObject.Object
Constructs a child of buildable with the name name.
Gtk.Buildable
Method
custom_tag_start (Builder builder, Object child, String tagname, MarkupParser parser, void* data) : Boolean
This is called for each unknown element under <child>.
Gtk.Buildable
Method
custom_tag_end (Builder builder, Object child, String tagname, void* data) : none
This is called at the end of each custom element handled by the buildable.
Gtk.Buildable
Method
custom_finished (Builder builder, Object child, String tagname, void* data) : none
This is similar to gtk_buildable_parser_finished() but is called once for each custom tag handled by the buildable.
Gtk.Buildable
Method
parser_finished (Builder builder) : none
Called when the builder finishes the parsing of a GtkBuilder UI definition.
Gtk.Buildable
Method
get_internal_child (Builder builder, String childname) : GObject.Object
Get the internal child called childname of the buildable object.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:07 GMT+0800 (HKT)