Constructor

GtkHBoxnew

deprecated: 3.2 

Declaration [src]

GtkWidget*
gtk_hbox_new (
  gboolean homogeneous,
  gint spacing
)

Description [src]

Creates a new GtkHBox.

Deprecated since: 3.2

You should use gtk_box_new() with a GTK_ORIENTATION_HORIZONTAL GtkOrientable:orientation instead.

Parameters

homogeneous

Type: gboolean

TRUE if all children are to be given equal space allotments.

spacing

Type: gint

The number of pixels to place by default between children.

Return value

Type: GtkWidget

A new GtkHBox.

The data is owned by the called function.