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)
|
[GtkBuilder ] a GtkBuilder |
Since 2.12
[list] a newly-allocated list
containing all the objects
constructed by the GtkBuilder
instance
Derived by RGtkGen from GTK+ documentation