gtkPanedAdd2 {RGtk2}R Documentation

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 [GtkPaned] a paned widget
child [GtkWidget] the child to add

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]