DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(gtk.info) GtkDialog

Info Catalog (gtk.info) GtkGammaCurve (gtk.info) Widgets (gtk.info) GtkDrawingArea
 
 The dialog widget
 =================
 
 Description
 -----------
 
    The dialog widget is a window ( GtkWindow) that has a
 vertical box ( GtkVBox), a horizontal box ( GtkHBox),
 separated with a horizontal separator ( GtkHSeparator).
 
 Options
 -------
 
 Signals
 -------
 
 Functions
 ---------
 
  - Function: guint gtk_dialog_get_type (void)
      Returns the `GtkDialog' type identifier.
 
  - Function: GtkWidget* gtk_dialog_new (void)
      Create a new `GtkDialog' object and return the new widget as a
      pointer to a `GtkWidget' object. `NULL' is returned on failure.
 
  - Function: GtkDialog* GTK_DIALOG (gpointer OBJ)
      Cast a generic pointer to `GtkDialog*'.  Standard Macros,
      for more info.
 
  - Function: GtkDialogClass* GTK_DIALOG_CLASS (gpointer CLASS)
      Cast a generic pointer to `GtkDialogClass*'.  Standard
      Macros, for more info.
 
  - Function: gint GTK_IS_DIALOG (gpointer OBJ)
      Determine if a generic pointer refers to a `GtkDialog' object.
       Standard Macros, for more info.
 
Info Catalog (gtk.info) GtkGammaCurve (gtk.info) Widgets (gtk.info) GtkDrawingArea
automatically generated byinfo2html