gtkHBoxNew {RGtk2} | R Documentation |
Creates a new GtkHBox.
gtkHBoxNew(homogeneous = NULL, spacing = NULL, show = TRUE)
|
[logical] TRUE if all children are to be given equal space allotments. |
|
[integer] the number of pixels to place by default between children. |
[GtkWidget
] a new GtkHBox.
Derived by RGtkGen from GTK+ documentation