gtkBuilderGetTypeFromName {RGtk2}R Documentation

gtkBuilderGetTypeFromName

Description

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.

Usage

gtkBuilderGetTypeFromName(object, type.name)

Arguments

object

a GtkBuilder

type.name

type name to lookup

Details

Since 2.12

Value

[GType] the GType found for type.name or

G_TYPE_INVALID
if no type was found

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]