gtkBoxPackStart {RGtk2} | R Documentation |
Adds child
to box
, packed with reference to the start of box
.
The child
is packed after any other child packed with reference
to the start of box
.
gtkBoxPackStart(object, child, expand = TRUE, fill = TRUE, padding = 0)
|
a |
|
the |
|
|
|
|
|
extra space in pixels to put between this child and its neighbors, over and above the global amount specified by "spacing"property. If child is a widget at one of the
reference ends of box , then padding pixels are also put between
child and the reference edge of box |
Derived by RGtkGen from GTK+ documentation