| gtkBoxSetChildPacking {RGtk2} | 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" child property |
|
[logical] the new value of the "fill" child property |
|
[numeric] the new value of the "padding" child property |
|
[GtkPackType] the new value of the "pack-type" child property |
Derived by RGtkGen from GTK+ documentation