GnomeDbBrowser

Name

GnomeDbBrowser -- Database browser widget

Synopsis



struct      GnomeDbBrowserPrivate;
GtkWidget*  gnome_db_browser_new            (void);
GdaConnection* gnome_db_browser_get_connection
                                            (GnomeDbBrowser *browser);
void        gnome_db_browser_set_connection (GnomeDbBrowser *browser,
                                             GdaConnection *cnc);

Description

The GnomeDbBrowser widget provides a way to visually show the whole structure of a database in a nice looking widget.

Details

struct GnomeDbBrowserPrivate

struct GnomeDbBrowserPrivate;


gnome_db_browser_new ()

GtkWidget*  gnome_db_browser_new            (void);

Create a new GnomeDbBrowser widget.

Returns : the newly created object.


gnome_db_browser_get_connection ()

GdaConnection* gnome_db_browser_get_connection
                                            (GnomeDbBrowser *browser);

browser : 
Returns : 


gnome_db_browser_set_connection ()

void        gnome_db_browser_set_connection (GnomeDbBrowser *browser,
                                             GdaConnection *cnc);

browser : 
cnc :