![]() |
![]() |
![]() |
Libgnomedb Reference Manual | ![]() |
---|
GnomeDbRawFormGnomeDbRawForm — Form to display and modify data in a GnomeDbDataModel |
GnomeDbRawForm; GnomeDbRawFormClass; GnomeDbRawFormPriv; GtkWidget* gnome_db_raw_form_new (GdaDataModel *model);
GObject +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbBasicForm +----GnomeDbRawForm
This widget only contains data, it has no decoration, or button to change the displayed row, or any indicator about the current displayed row or the total number of rows. To have a complete form widget, see the GnomeDbForm widget.
This widget is a wrapper around a GnomeDbBasicForm which uses a GdaDataModelIter provided by the GdaDataModel which contains data to display.
GtkWidget* gnome_db_raw_form_new (GdaDataModel *model);
Creates a new GnomeDbRawForm widget to display data in model
model : |
a GdaDataModel, or NULL
|
Returns : | the new widget |
The GnomeDbRawGrid widget which displays the same information but as grid instead of a form.
<< GnomeDbBasicForm | GnomeDbForm >> |