Buildable


Object Hierarchy:

Gtk.Buildable Gtk.Buildable Gtk.Buildable GLib.Object GLib.Object GLib.Object->Gtk.Buildable

Description:

[ CCode ( type_id = "gtk_buildable_get_type ()" ) ]
public interface Buildable : Object

GtkBuildable allows objects to extend and customize their deserialization from GtkBuilder UI descriptions.

The interface includes methods for setting names and properties of objects, parsing custom tags and constructing child objects.

The GtkBuildable interface is implemented by all widgets and many of the non-widget objects that are provided by GTK+. The main user of this interface is Builder. There should be very little need for applications to call any of these functions directly.

An object only needs to implement this interface if it needs to extend the Builder format or run any extra routines at deserialization time.

All known implementing classes:

Namespace: Gtk
Package: gtk+-3.0

Content:

Methods:

Inherited Members: