GnomeDbConnectionProperties

GnomeDbConnectionProperties — Shows the properties of a GdaConnection object

Synopsis




            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);

Object Hierarchy


  GObject
   +----GtkObject
         +----GtkWidget
               +----GtkContainer
                     +----GtkBox
                           +----GtkVBox
                                 +----GnomeDbConnectionProperties

Implemented Interfaces

GnomeDbConnectionProperties implements AtkImplementorIface.

Description

Details

GnomeDbConnectionProperties

typedef struct _GnomeDbConnectionProperties GnomeDbConnectionProperties;


GnomeDbConnectionPropertiesClass

typedef struct {
	GtkVBoxClass parent_class;
} GnomeDbConnectionPropertiesClass;


GnomeDbConnectionPropertiesPrivate

typedef struct _GnomeDbConnectionPropertiesPrivate GnomeDbConnectionPropertiesPrivate;


gnome_db_connection_properties_new ()

GtkWidget*  gnome_db_connection_properties_new
                                            (GdaConnection *cnc);

Create a new GnomeDbConnectionProperties widget.

cnc : a GdaConnection object.
Returns :

gnome_db_connection_properties_get_connection ()

GdaConnection* gnome_db_connection_properties_get_connection
                                            (GnomeDbConnectionProperties *props);

props :
Returns :

gnome_db_connection_properties_set_connection ()

void        gnome_db_connection_properties_set_connection
                                            (GnomeDbConnectionProperties *props,
                                             GdaConnection *cnc);

props :
cnc :