GnomeDbLoginDlg

Name

GnomeDbLoginDlg -- 

Synopsis



GtkWidget*  gnome_db_logindlg_new           (GnomeDbLogin *login,
                                             gchar *title);
void        gnome_db_logindlg_popup         (GnomeDbLoginDlg *dialog);

Description

Details

gnome_db_logindlg_new ()

GtkWidget*  gnome_db_logindlg_new           (GnomeDbLogin *login,
                                             gchar *title);

Create a new GnomeDbLoginDlg and display on it the given GnomeDbLogin widget. The GnomeDbLoginDlg is a convenience widget created to allow easy creation of a dialog box for connecting to any GDA datasource

login : the GnomeDbLogin widget to be displayed
title : title for the dialog box
Returns : a pointer to the new widget, or NULL on error


gnome_db_logindlg_popup ()

void        gnome_db_logindlg_popup         (GnomeDbLoginDlg *dialog);

Popup (open) the given GnomeDbLoginDlg widget, allowing the user to easily selecting the data source to which she wants to connect

dialog : th GnomeDbLoginDlg widget