![]() | ![]() | ![]() | GNOME-DB API reference | ![]() |
---|
struct GnomeDbBrowserPrivate;GtkWidget * gnome_db_browser_new (GdaConnection *cnc);GdaConnection * gnome_db_browser_get_connection (GnomeDbBrowser *browser);void gnome_db_browser_set_connection (GnomeDbBrowser *browser,GdaConnection *cnc);void gnome_db_browser_show_of_type (GnomeDbBrowser *browser,GDA_Connection_QType qtype);void gnome_db_browser_refresh (GnomeDbBrowser *browser);
The
The way the
GtkWidget * gnome_db_browser_new (GdaConnection *cnc);
Creates a new
cnc : | a |
Returns : | the newly created browser widget |
GdaConnection * gnome_db_browser_get_connection (GnomeDbBrowser *browser);
Gets the
browser : | a |
Returns : | the connection being used by the browser widget |
void gnome_db_browser_set_connection (GnomeDbBrowser *browser,GdaConnection *cnc);
Associates a
browser : | a |
cnc : | a |
void gnome_db_browser_show_of_type (GnomeDbBrowser *browser,GDA_Connection_QType qtype);
Activates, in the given
Note, however, that the
browser : | A |
qtype : | The type of the objects to show |
void gnome_db_browser_refresh (GnomeDbBrowser *browser);
Refreshes all the information being displayed by the given
browser : | a |
<<< GNOME-DB widgets | GnomeDbCombo >>> |