![]() | ![]() | ![]() | libgnomedb Reference Manual | ![]() |
---|
struct GnomeDbListPrivate; GtkWidget* gnome_db_list_new (void); GtkWidget* gnome_db_list_new_with_model (GdaDataModel *model, gint col); GdaDataModel* gnome_db_list_get_model (GnomeDbList *list); void gnome_db_list_set_model (GnomeDbList *list, GdaDataModel *model, gint col);
GtkWidget* gnome_db_list_new (void);
Create a new
Returns : | the newly created object |
GtkWidget* gnome_db_list_new_with_model (GdaDataModel *model, gint col);
model : | |
col : | |
Returns : |
|
void gnome_db_list_set_model (GnomeDbList *list, GdaDataModel *model, gint col);
Set the data model to be displayed by the
list : | a |
model : | a |
col : | column to be shown from the data model. |
<<< GnomeDbIconList | GnomeDbLoginDialog >>> |