gtkPanedAdd1 {RGtk2}R Documentation

gtkPanedAdd1

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

gtkPanedAdd1(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]