DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info.gz) GtkVBox

Info Catalog (gtk.info.gz) GtkTreeItem (gtk.info.gz) Widgets (gtk.info.gz) GtkVButtonBox
 
 The vertical 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 `GtkVBox', this refers to the height. If
      this option is set then the EXPAND option to the `gtk_box_pack'
      ( GtkBox) routines is always turned on.
 
  - User Option: spacing
      This option sets the amount of space that is added between the
      objects packed into this `GtkVBox' object.
 
 Signals
 -------
 
    This widget does not define any new signals.
 
 Functions
 ---------
 
  - Function: guint gtk_vbox_get_type (void)
      Returns the `GtkVBox' type identifier.
 
  - Function: GtkWidget* gtk_vbox_new (gint HOMOGENEOUS, gint SPACING)
      Create a new `GtkVBox' 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: GtkVBox* GTK_VBOX (gpointer OBJ)
      Cast a generic pointer to `GtkVBox*'.  Standard Macros, for
      more info.
 
  - Function: GtkVBoxClass* GTK_VBOX_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkVBoxClass*'.  Standard Macros,
      for more info.
 
  - Function: gint GTK_IS_VBOX (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkVBox' object. 
      Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkTreeItem (gtk.info.gz) Widgets (gtk.info.gz) GtkVButtonBox
automatically generated byinfo2html