gtkBuilderGetTypeFromName {RGtk2} | R Documentation |
Looks up a type by name, using the virtual function that
GtkBuilder
has for that purpose.
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