gtkFixedPut {RGtk2} | R Documentation |
Adds a widget to a GtkFixed
container at the given position.
gtkFixedPut(object, widget, x, y)
|
[GtkFixed ] a GtkFixed . |
|
[GtkWidget ] the widget to add. |
|
[integer] the horizontal position to place the widget at. |
|
[integer] the vertical position to place the widget at. |
Derived by RGtkGen from GTK+ documentation