![]() | ![]() | ![]() | libgnomedb Reference Manual | ![]() |
---|
struct 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.
icon_width : | 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.
list : | A GnomeDbIconList widget. |
model : | A GdaDataModel containing the data to be displayed. |
<<< GnomeDbGrid | GnomeDbList >>> |