GnomeDbDsnConfigDruid
Name
GnomeDbDsnConfigDruid -- A data source creation wizard
Description
The GnomeDbDsnConfigDruid widget implements a wizard that lets users
easily add new data sources to the GDA configuration.
Details
GnomeDbDsnConfigDruidPrivate
typedef struct _GnomeDbDsnConfigDruidPrivate GnomeDbDsnConfigDruidPrivate;
gnome_db_dsn_config_druid_new ()
GtkWidget* gnome_db_dsn_config_druid_new (void);
Create a new GnomeDbDsnConfigDruid widget, which you can insert in any
GTK container-like widget. Usually, you'll want to add it to a dialog box.
Once you create it, the druid runs until the user completes all the
steps in the process or cancels the operation. In either case, once
it's finished, the GnomeDbDsnConfigDruid widget emits its
"finish" signal, at which time you can get the resulting GDA
data source set up by the user by calling
gnome_db_dsn_config_druid_get_dsn
gnome_db_dsn_config_druid_get_dsn ()
GdaDsn* gnome_db_dsn_config_druid_get_dsn
(GnomeDbDsnConfigDruid *druid);
druid : | a GnomeDbDsnConfigDruid widget |
Returns : | the GDA data source resulted from the interaction between the
GnomeDbDsnConfigDruid widget and the user |
See Also
GnomeDbDsnConfig