NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.77+"> gnome-db-formDetails struct GnomeDbFormPrivatestruct GnomeDbFormPrivate;
enum GnomeDbFormTypetypedef enum {
GNOME_DB_FORM_TYPE_NAVIGATOR,
GNOME_DB_FORM_TYPE_LIST
} GnomeDbFormType;
gnome_db_form_new ()GtkWidget* gnome_db_form_new (void);
Create a new GnomeDbForm widget, which is a high-level widget which
lets you display recordsets in many different ways, such as a list,
record-by-record, etc.
gnome_db_form_get_form_type ()
gnome_db_form_set_form_type ()void gnome_db_form_set_form_type (GnomeDbForm *form,
GnomeDbFormType type);
gnome_db_form_get_model ()Return the GdaDataModel being used by the given widget.
gnome_db_form_set_model ()void gnome_db_form_set_model (GnomeDbForm *form,
GdaDataModel *model);
form : a GnomeDbForm widget.
model : the data model to associate the widget with.