GnomeDbIconList
GnomeDbIconList —
Details
struct GnomeDbIconListPrivate
struct GnomeDbIconListPrivate;
gnome_db_icon_list_new ()
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.
|
gnome_db_icon_list_set_model ()
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.
|