gtkBuilderGetObject {RGtk2} | R Documentation |
Gets the object named name
. Note that this function does not
increment the reference count of the returned object.
gtkBuilderGetObject(object, name)
|
[GtkBuilder ] a GtkBuilder |
|
[character] name of object to get |
Since 2.12
[GObject
] the object named name
or NULL
if it could not be
found in the object tree.
Derived by RGtkGen from GTK+ documentation