| gtkBoxSetChildPacking {RGtk2.10} | R Documentation |
Sets the way child is packed into box.
gtkBoxSetChildPacking(object, child, expand, fill, padding, pack.type)
|
[GtkBox] a GtkBox. |
|
[GtkWidget] the GtkWidget of the child to set. |
|
[logical] the new value of the expand field
in GtkBoxChild. |
|
[logical] the new value of the fill field in
GtkBoxChild. |
|
[numeric] the new value of the padding
field in GtkBoxChild. |
|
[GtkPackType] the new value of the pack field
in GtkBoxChild. |
Derived by RGtkGen from GTK+ documentation