| gtkBoxQueryChildPacking {RGtk2} | R Documentation |
Obtains information about how child is packed into box.
gtkBoxQueryChildPacking(object, child)
|
[GtkBox] a GtkBox |
|
[GtkWidget] the GtkWidget of the child to query |
A list containing the following elements:
|
[logical] pointer to return location for "expand" child property |
|
[logical] pointer to return location for "fill" child property |
|
[numeric] pointer to return location for "padding" child property |
|
[GtkPackType] pointer to return location for "pack-type" child property |
Derived by RGtkGen from GTK+ documentation