![]() |
![]() |
![]() |
Libgnomedb 3.0 Reference Manual | ![]() |
---|---|---|---|---|
GnomeDbConnectionPropertiesGnomeDbConnectionProperties — Shows the properties of a GdaConnection object |
GnomeDbConnectionProperties; GnomeDbConnectionPropertiesClass; GnomeDbConnectionPropertiesPrivate; GtkWidget* gnome_db_connection_properties_new (GdaConnection *cnc); GdaConnection* gnome_db_connection_properties_get_connection (GnomeDbConnectionProperties *props); void gnome_db_connection_properties_set_connection (GnomeDbConnectionProperties *props, GdaConnection *cnc);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbConnectionProperties
typedef struct _GnomeDbConnectionProperties GnomeDbConnectionProperties;
typedef struct { GtkVBoxClass parent_class; } GnomeDbConnectionPropertiesClass;
typedef struct _GnomeDbConnectionPropertiesPrivate GnomeDbConnectionPropertiesPrivate;
GtkWidget* gnome_db_connection_properties_new (GdaConnection *cnc);
Create a new GnomeDbConnectionProperties widget.
cnc : |
a GdaConnection object. |
Returns : |
GdaConnection* gnome_db_connection_properties_get_connection (GnomeDbConnectionProperties *props);
props : |
|
Returns : |
void gnome_db_connection_properties_set_connection (GnomeDbConnectionProperties *props, GdaConnection *cnc);
props : |
|
cnc : |