| libgnomedb Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
GnomeDbIconListPrivate;
GtkWidget * gnome_db_icon_list_new (guint icon_width);
void gnome_db_icon_list_set_model (GnomeDbIconList *list,
GdaDataModel *model);
GtkWidget * gnome_db_icon_list_new (guint icon_width);
Create a new GnomeDbIconList widget, a scrollable icon list bound to a GDA data model.
|
Width to use for the icons. |
Returns : |
the newly created widget. |
void gnome_db_icon_list_set_model (GnomeDbIconList *list,
GdaDataModel *model);
Associate a data model with the given icon list widget.
|
A GnomeDbIconList widget. |
|
A GdaDataModel containing the data to be displayed. |