GtkBuildableIface

The #GtkBuildableIface interface contains method that are necessary to allow #GtkBuilder to construct an object from a #GtkBuilder UI definition.

Members

Variables

addChild
void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* type) addChild;
constructChild
GObject* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name) constructChild;
customFinished
void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void* data) customFinished;
customTagEnd
void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void** data) customTagEnd;
customTagStart
int function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, GMarkupParser* parser, void** data) customTagStart;
gIface
GTypeInterface gIface;

the parent class

getInternalChild
GObject* function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* childname) getInternalChild;
getName
const(char)* function(GtkBuildable* buildable) getName;
parserFinished
void function(GtkBuildable* buildable, GtkBuilder* builder) parserFinished;
setBuildableProperty
void function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name, GValue* value) setBuildableProperty;
setName
void function(GtkBuildable* buildable, const(char)* name) setName;

Meta