GnomeDbErrorDlg

Name

GnomeDbErrorDlg -- 

Synopsis



GtkWidget*  gnome_db_errordlg_new           (GdaConnection *cnc,
                                             gchar *title);
void        gnome_db_errordlg_show_errors   (GnomeDbErrorDlg *dialog);
#define     gnome_db_errordlg_get_title     (dialog)
void        gnome_db_errordlg_set_title     (GnomeDbErrorDlg *dialog,
                                             gchar *title);

Description

Details

gnome_db_errordlg_new ()

GtkWidget*  gnome_db_errordlg_new           (GdaConnection *cnc,
                                             gchar *title);

Create a new GnomeDbErrorDlg, which is a subclass of the GnomeDialog widget, just acting as a container for a GnomeDbError widget

cnc : GdaConnection object to display errors from title: title of the dialog box
title : 
Returns : a pointer to the new widget, or NULL on error


gnome_db_errordlg_show_errors ()

void        gnome_db_errordlg_show_errors   (GnomeDbErrorDlg *dialog);

Pops up the given GnomeDbErrorDlg widget, displaying any errors that may be reported for the connection being used by this widget

dialog : the GnomeDbErrorDlg widget


gnome_db_errordlg_get_title()

#define     gnome_db_errordlg_get_title(dialog)

dialog : 


gnome_db_errordlg_set_title ()

void        gnome_db_errordlg_set_title     (GnomeDbErrorDlg *dialog,
                                             gchar *title);

Change the title for the given GnomeDbErrorDlg widget

dialog : the GnomeDbErrorDlg widget
title : title to be shown