GnomeDbIconList
GnomeDbIconList —
|
|
Details
GnomeDbIconListPrivate
typedef struct _GnomeDbIconListPrivate 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.
|