gnome_db_icon_list_set_recordset

Name

gnome_db_icon_list_set_recordset -- 

Synopsis

void gnome_db_icon_list_set_recordset (GnomeDbIconList * icon_list, Gda_Recordset * recset, gint pos);

Arguments

icon_list

a GnomeDbIconList widget

recset

recordset to be shown

pos

field position

Description

Associates a Gda_Recordset object with the given object, forcing an immediate loading of the data from the underlying database. The data is loaded asynchronously, so control returns to your program immediately