|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.77+">GnomeDbErrorDialogNameGnomeDbErrorDialog -- Error dialog widget Detailsstruct GnomeDbErrorDialogPrivatestruct GnomeDbErrorDialogPrivate; |
gnome_db_error_dialog_new ()GtkWidget* gnome_db_error_dialog_new (gchar *title); |
Create a new GnomeDbErrorDialog, which is a subclass of the GnomeDialog
widget, just acting as a container for a GnomeDbError widget
gnome_db_error_dialog_show_errors ()void gnome_db_error_dialog_show_errors
(GnomeDbErrorDialog *dialog,
GList *error_list); |
Pops up the given GnomeDbErrorDialog widget, displaying any errors that
may be reported for the connection being used by this widget
gnome_db_error_dialog_get_title ()const gchar* gnome_db_error_dialog_get_title
(GnomeDbErrorDialog *dialog); |
gnome_db_error_dialog_set_title ()void gnome_db_error_dialog_set_title (GnomeDbErrorDialog *dialog,
const gchar *title); |
Change the title for the given GnomeDbErrorDialog widget
|