gtkBuilderGetTypeFromName: gtkBuilderGetTypeFromName

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

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

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.