| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Implemented Interfaces | Properties | ||||
GnomeDbConnectionPropertiesGnomeDbConnectionProperties — Shows the properties of a GdaConnection object |
struct GnomeDbConnectionProperties; struct 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 AtkImplementorIface, GtkBuildable and GtkOrientable.
struct GnomeDbConnectionPropertiesClass {
GtkVBoxClass parent_class;
};
typedef struct _GnomeDbConnectionPropertiesPrivate GnomeDbConnectionPropertiesPrivate;
GtkWidget * gnome_db_connection_properties_new (GdaConnection *cnc);
Create a new GnomeDbConnectionProperties widget.
|
a GdaConnection object. |
GdaConnection * gnome_db_connection_properties_get_connection
(GnomeDbConnectionProperties *props);
void gnome_db_connection_properties_set_connection (GnomeDbConnectionProperties *props,GdaConnection *cnc);