Method
GtkBuilderget_type_from_name
Declaration [src]
GType
gtk_builder_get_type_from_name (
GtkBuilder* builder,
const char* type_name
)
Description [src]
Looks up a type by name.
This is using the virtual function that GtkBuilder
has
for that purpose. This is mainly used when implementing
the GtkBuildable
interface on a type.