gtkBuilderGetObject {RGtk2}R Documentation

gtkBuilderGetObject

Description

Gets the object named name. Note that this function does not increment the reference count of the returned object.

Usage

gtkBuilderGetObject(object, name)

Arguments

object [GtkBuilder] a GtkBuilder
name [character] name of object to get

Details

Since 2.12

Value

[GObject] the object named name or NULL if it could not be found in the object tree.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]