Name
GnomeDbList -- Data-bound list widget
Details
struct GnomeDbListPrivate
struct GnomeDbListPrivate; |
gnome_db_list_new ()
Create a new GnomeDbList widget, which lets you display lists
of columns.
gnome_db_list_new_with_model ()
GtkWidget* gnome_db_list_new_with_model (GdaDataModel *model,
gint col); |
gnome_db_list_set_model ()
void gnome_db_list_set_model (GnomeDbList *list,
GdaDataModel *model,
gint col); |
Set the data model to be displayed by the GnomeDbList widget.
As this widget just shows single-columns data models, you have
to specify, along with the GdaDataModel object, the column position
to be shown.