GtkHBox
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBox ╰── GtkHBox ├── GtkCombo ├── GtkFileChooserButton ├── GtkInfoBar ╰── GtkStatusbar
GtkHBox implements AtkImplementorIface, GtkBuildable and GtkOrientable.
#include <gtk/gtk.h>
GtkWidget * gtk_hbox_new (gboolean homogeneous, gint spacing);
gboolean homogeneous
gint spacing
struct GtkHBox;