DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info.gz) GtkHBox

Info Catalog (gtk.info.gz) GtkGamma (gtk.info.gz) Widgets (gtk.info.gz) GtkHButtonBox
 
 The horizontal box widget
 =========================
 
 Description
 -----------
 
 Options
 -------
 
  - User Option: homogeneous
      This option controls whether each object in the box has the same
      size. In the case of the `GtkHBox', this effects the width. If
      this option is set then the EXPAND option to the `gtk_box_pack'
      ( GtkBox) routines is always set to `TRUE'.
 
  - User Option: spacing
      This option controls the amount of space that is added between the
      objects packed into this `GtkVBox' object.
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_hbox_get_type (void)
      Returns the `GtkHBox' type identifier.
 
  - Function: GtkWidget* gtk_hbox_new (gint HOMOGENEOUS, gint SPACING)
      Create a new `GtkHBox' object initializing it with the values in
      HOMOGENEOUS and SPACING. The new widget is returned as a pointer
      to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkHBox* GTK_HBOX (gpointer OBJ)
      Cast a generic pointer to `GtkHBox*'.  Standard Macros, for
      more info.
 
  - Function: GtkHBoxClass* GTK_HBOX_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkHBoxClass*'.  Standard Macros,
      for more info.
 
  - Function: gint GTK_IS_HBOX (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkHBox' object. 
      Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkGamma (gtk.info.gz) Widgets (gtk.info.gz) GtkHButtonBox
automatically generated byinfo2html