Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.31)
gtkPanedAdd2: gtkPanedAdd2
Description
Adds a child to the bottom or right pane with default parameters. This is equivalent to
gtk_paned_pack2 (paned, child, TRUE, TRUE)
.
Usage
gtkPanedAdd2(object, child)
Arguments
object
a paned widget
child
the child to add