| Libgnomedb 3.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
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
GnomeDbConnectionProperties implements GtkOrientable, AtkImplementorIface and GtkBuildable.
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.
|
a GdaConnection object. |
Returns : |
GdaConnection * gnome_db_connection_properties_get_connection (GnomeDbConnectionProperties *props);
|
|
Returns : |
void gnome_db_connection_properties_set_connection
(GnomeDbConnectionProperties *props,
GdaConnection *cnc);
|
|
|