gtkBoxQueryChildPacking {RGtk2} | R Documentation |
Returns 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] the returned value of the expand
field in GtkBoxChild . |
|
[logical] the returned value of the fill field
in GtkBoxChild . |
|
[numeric] the returned value of the padding
field in GtkBoxChild . |
|
[GtkPackType ] the returned value of the pack
field in GtkBoxChild . |
Derived by RGtkGen from GTK+ documentation