gtkBoxPackStartDefaults {RGtk2}R Documentation

gtkBoxPackStartDefaults

Description

Adds widget to box, packed with reference to the start of box. The child is packed after any other child packed with reference to the start of box.

Usage

gtkBoxPackStartDefaults(object, widget)

Arguments

object [GtkBox] a GtkBox.
widget [GtkWidget] the GtkWidget to be added to box.

Details

Parameters for how to pack the child widget, expand, fill, and padding in GtkBoxChild, are given their default values, TRUE, TRUE, and 0, respectively.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]