gtk.BuildableT

Undocumented in source.

Public Imports

glib.Str
public import glib.Str;
gobject.ObjectG
public import gobject.ObjectG;
gobject.Value
public import gobject.Value;
gtk.Builder
public import gtk.Builder;
gtk.c.functions
public import gtk.c.functions;
gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Templates

BuildableT
template BuildableT(TStruct)

GtkBuildable allows objects to extend and customize their deserialization from [GtkBuilder UI descriptions][BUILDER-UI]. The interface includes methods for setting names and properties of objects, parsing custom tags and constructing child objects.