gtkPanedAdd2: gtkPanedAdd2

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

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

1
gtkPanedAdd2(object, child)

Arguments

object

a paned widget

child

the child to add

Author(s)

Derived by RGtkGen from GTK+ documentation


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

Related to gtkPanedAdd2 in RGtk2...