gtkPanedAdd1 {RGtk2} | R Documentation |
Adds a child to the top or left pane with
default parameters. This is equivalent
to gtk_paned_pack1 (paned, child, FALSE, TRUE)
.
gtkPanedAdd1(object, child)
|
[GtkPaned ] a paned widget |
|
[GtkWidget ] the child to add |
Derived by RGtkGen from GTK+ documentation