DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkStatusbar

Info Catalog (gtk.info) GtkSeparator (gtk.info) Widgets (gtk.info) GtkTable
 
 The statusbar widget
 ====================
 
 Description
 -----------
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_statusbar_get_type (void)
      Returns the `GtkStatusbar' type identifier.
 
  - Function: GtkWidget* gtk_statusbar_new (void)
      Create a new `GtkStatusbar' object returning the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: gint gtk_statusbar_push (GtkStatusbar *STATUSBAR, gchar
           *TEXT)
 
  - Function: void gtk_statusbar_pop (GtkStatusbar *STATUSBAR, gint
           CONTEXT_ID)
 
  - Function: GtkStatusbar* GTK_STATUSBAR (gpointer OBJ)
      Cast a generic pointer to `GtkStatusbar*'.  Standard
      Macros, for more info.
 
  - Function: GtkStatusbarClass* GTK_STATUSBAR_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkStatusbarClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_STATUSBAR (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkStatusbar' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkSeparator (gtk.info) Widgets (gtk.info) GtkTable
automatically generated byinfo2html