gtkPanedPack2 {RGtk2}R Documentation

gtkPanedPack2

Description

Adds a child to the bottom or right pane.

Usage

gtkPanedPack2(object, child, resize = TRUE, shrink = TRUE)

Arguments

object [GtkPaned] a paned widget
child [GtkWidget] the child to add
resize [logical] should this child expand when the paned widget is resized.
shrink [logical] can this child be made smaller than its requisition.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]