gtkBuilderGetObjects {RGtk2} | R Documentation |
Gets all objects that have been constructed by builder
. Note that
this function does not increment the reference counts of the returned
objects.
gtkBuilderGetObjects(object)
|
Since 2.12
[list] a newly-allocated
listcontaining all the objects constructed by the
GtkBuilder
instance. [ element-type GObject][ transfer container ]
Derived by RGtkGen from GTK+ documentation