gtkContainerAddWithProperties {RGtk2} | R Documentation |
Adds widget
to container
, setting child properties at the same time.
See gtkContainerAdd
and gtkContainerChildSet
for more details.
gtkContainerAddWithProperties(object, widget, ...)
|
[GtkContainer ] a GtkContainer |
|
[GtkWidget ] a widget to be placed inside container |
|
a list of property names and values, starting
with first.prop.name |
Derived by RGtkGen from GTK+ documentation