![]() | ![]() | ![]() | GNOME-DB API reference | ![]() |
---|
GtkWidget * gnome_db_logindlg_new (GnomeDbLogin *login,gchar *title);void gnome_db_logindlg_popup (GnomeDbLoginDlg *dialog);
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 |
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 |
<<< GnomeDbLogViewer | GnomeDbLogin >>> |