getTypeFromName

open fun getTypeFromName(typeName: String): <Error class: unknown class>

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.

Return

the GType found for @type_name or %G_TYPE_INVALID if no type was found

Parameters

typeName

type name to lookup