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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
customTagEnd
void function(GtkBuildable* buildable, GtkBuilder* builder, GObject* child, const(char)* tagname, void** data) customTagEnd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
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;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setBuildableProperty
void function(GtkBuildable* buildable, GtkBuilder* builder, const(char)* name, GValue* value) setBuildableProperty;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setName
void function(GtkBuildable* buildable, const(char)* name) setName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta