HBox.this
this
(void * ptr, Flag!"Take" take)No documentation available for this declaration.
this
(bool homogeneous, int spacing)Creates a new #GtkHBox.
Parameters
homogeneous | true if all children are to be given equal space allotments. |
spacing | the number of pixels to place by default between children. |
Returns
a new #GtkHBox.
Deprecated
You should use gtk.box.Box.new_ with a gtk.types.Orientation.Horizontal
#GtkOrientable:orientation instead