| gtkBoxPackEndDefaults {RGtk2.10} | R Documentation |
Adds widget to box, packed with reference to the end of box. The
child is packed after (away from end of) any other child packed with
reference to the end of box.
gtkBoxPackEndDefaults(object, widget)
|
[GtkBox] a GtkBox. |
|
[GtkWidget] the GtkWidget to be added to box. |
Parameters for how to pack the child widget,
expand, fill,
and padding in GtkBoxChild, are given their default
values, TRUE, TRUE, and 0, respectively.
Derived by RGtkGen from GTK+ documentation