DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info.gz) GtkBin

Info Catalog (gtk.info.gz) GtkAspectFrame (gtk.info.gz) Widgets (gtk.info.gz) GtkBox
 
 The bin widget
 ==============
 
 Description
 -----------
 
    The bin widget is a container ( GtkContainer) derived from the
 container widget. It is an abstract base class. That is, it is not
 possible to create an actual bin widget. It exists only to provide a
 base of functionality for other widgets. Specifically, the bin widget
 provides a base for several other widgets that contain only a single
 child. These widgets include alignments ( GtkAlignment), frames
 GtkViewport::) and windows ( GtkWindow)
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_bin_get_type (void)
      Returns the `GtkBin' type identifier.
 
  - Function: GtkBin* GTK_BIN (gpointer OBJ)
      Cast a generic pointer to `GtkBin*'.  Standard Macros, for
      more info.
 
  - Function: GtkBinClass* GTK_BIN_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkBinClass*'.  Standard Macros,
      for more info.
 
  - Function: gint GTK_IS_BIN (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkBin' object. 
      Standard Macros, for more info.
 
Info Catalog (gtk.info.gz) GtkAspectFrame (gtk.info.gz) Widgets (gtk.info.gz) GtkBox
automatically generated byinfo2html