gtkBoxSetChildPacking {RGtk2}R Documentation

gtkBoxSetChildPacking

Description

Sets the way child is packed into box.

Usage

gtkBoxSetChildPacking(object, child, expand, fill, padding, pack.type)

Arguments

object [GtkBox] a GtkBox.
child [GtkWidget] the GtkWidget of the child to set.
expand [logical] the new value of the expand field in GtkBoxChild.
fill [logical] the new value of the fill field in GtkBoxChild.
padding [numeric] the new value of the padding field in GtkBoxChild.
pack.type [GtkPackType] the new value of the pack field in GtkBoxChild.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]