| gtkBuilderGetTypeFromName {RGtk2} | R Documentation |
Looks up a type by name, using the virtual function that
GtkBuilder has for that purpose. This is mainly used when
implementing the GtkBuildable interface on a type.
gtkBuilderGetTypeFromName(object, type.name)
|
[GtkBuilder] a GtkBuilder |
|
[char] type name to lookup |
Since 2.12
[GType] the GType found for type.name or G_TYPE_INVALID
if no type was found
Derived by RGtkGen from GTK+ documentation