GtkHBox

Name

GtkHBox —

Synopsis


#include <gtk/gtk.h>


struct      GtkHBox;
GtkWidget*  gtk_hbox_new                    (gboolean homogeneous,
                                             gint spacing);

Object Hierarchy


  GtkObject
   +----GtkWidget
         +----GtkContainer
               +----GtkBox
                     +----GtkHBox

Description

Details

struct GtkHBox

struct GtkHBox;


gtk_hbox_new ()

GtkWidget*  gtk_hbox_new                    (gboolean homogeneous,
                                             gint spacing);

homogeneous : 
spacing : 
Returns :