gtkBoxQueryChildPacking {RGtk2}R Documentation

gtkBoxQueryChildPacking

Description

Returns information about how child is packed into box.

Usage

gtkBoxQueryChildPacking(object, child)

Arguments

object [GtkBox] a GtkBox.
child [GtkWidget] the GtkWidget of the child to query.

Value

A list containing the following elements:

expand [logical] the returned value of the expand field in GtkBoxChild.
fill [logical] the returned value of the fill field in GtkBoxChild.
padding [numeric] the returned value of the padding field in GtkBoxChild.
pack.type [GtkPackType] the returned value of the pack field in GtkBoxChild.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]