Go to the source code of this file.
|
GType | gtk_buildable_get_type (void) G_GNUC_CONST |
|
void | gtk_buildable_set_name (GtkBuildable *buildable, const gchar *name) |
|
const gchar * | gtk_buildable_get_name (GtkBuildable *buildable) |
|
void | gtk_buildable_add_child (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *type) |
|
void | gtk_buildable_set_buildable_property (GtkBuildable *buildable, GtkBuilder *builder, const gchar *name, const GValue *value) |
|
GObject * | gtk_buildable_construct_child (GtkBuildable *buildable, GtkBuilder *builder, const gchar *name) |
|
gboolean | gtk_buildable_custom_tag_start (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *tagname, GMarkupParser *parser, gpointer *data) |
|
void | gtk_buildable_custom_tag_end (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *tagname, gpointer *data) |
|
void | gtk_buildable_custom_finished (GtkBuildable *buildable, GtkBuilder *builder, GObject *child, const gchar *tagname, gpointer data) |
|
void | gtk_buildable_parser_finished (GtkBuildable *buildable, GtkBuilder *builder) |
|
GObject * | gtk_buildable_get_internal_child (GtkBuildable *buildable, GtkBuilder *builder, const gchar *childname) |
|
◆ GTK_BUILDABLE
◆ GTK_BUILDABLE_CLASS
◆ GTK_BUILDABLE_GET_IFACE
◆ GTK_IS_BUILDABLE
◆ GTK_TYPE_BUILDABLE
◆ GtkBuildable
◆ GtkBuildableIface
◆ gtk_buildable_add_child()
void gtk_buildable_add_child |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
type |
|
) |
| |
◆ gtk_buildable_construct_child()
◆ gtk_buildable_custom_finished()
void gtk_buildable_custom_finished |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
tagname, |
|
|
gpointer |
data |
|
) |
| |
◆ gtk_buildable_custom_tag_end()
void gtk_buildable_custom_tag_end |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
tagname, |
|
|
gpointer * |
data |
|
) |
| |
◆ gtk_buildable_custom_tag_start()
gboolean gtk_buildable_custom_tag_start |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
GObject * |
child, |
|
|
const gchar * |
tagname, |
|
|
GMarkupParser * |
parser, |
|
|
gpointer * |
data |
|
) |
| |
◆ gtk_buildable_get_internal_child()
GObject* gtk_buildable_get_internal_child |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
const gchar * |
childname |
|
) |
| |
◆ gtk_buildable_get_name()
const gchar* gtk_buildable_get_name |
( |
GtkBuildable * |
buildable | ) |
|
◆ gtk_buildable_get_type()
GType gtk_buildable_get_type |
( |
void |
| ) |
|
◆ gtk_buildable_parser_finished()
◆ gtk_buildable_set_buildable_property()
void gtk_buildable_set_buildable_property |
( |
GtkBuildable * |
buildable, |
|
|
GtkBuilder * |
builder, |
|
|
const gchar * |
name, |
|
|
const GValue * |
value |
|
) |
| |
◆ gtk_buildable_set_name()
void gtk_buildable_set_name |
( |
GtkBuildable * |
buildable, |
|
|
const gchar * |
name |
|
) |
| |