gtkPanedPack1: gtkPanedPack1

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Adds a child to the top or left pane.

Usage

1
gtkPanedPack1(object, child, resize = FALSE, shrink = TRUE)

Arguments

object

a paned widget

child

the child to add

resize

should this child expand when the paned widget is resized.

shrink

can this child be made smaller than its requisition.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gtkPanedPack1 in RGtk2...