| gtkLayoutPut {RGtk2} | R Documentation |
Adds child.widget to layout, at position (x,y).
layout becomes the new parent container of child.widget.
gtkLayoutPut(object, child.widget, x, y)
|
[GtkLayout] a GtkLayout |
|
[GtkWidget] child widget |
|
[integer] X position of child widget |
|
[integer] Y position of child widget |
Derived by RGtkGen from GTK+ documentation