gtkPanedAdd1: gtkPanedAdd1

Description Usage Arguments Author(s)

View source: R/gtkFuncs.R

Description

Adds a child to the top or left pane with default parameters. This is equivalent to gtk_paned_pack1 (paned, child, FALSE, TRUE).

Usage

1
gtkPanedAdd1(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 gtkPanedAdd1 in RGtk2...