| Libgnomedb 4.0 Reference Manual | ||||
|---|---|---|---|---|
Synopsis
GnomeDbRawForm; GnomeDbRawFormClass; GnomeDbRawFormPriv; GtkWidget* gnome_db_raw_form_new (GdaDataModel *model);
Object Hierarchy
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbBasicForm +----GnomeDbRawForm
Implemented Interfaces
GnomeDbRawForm implements AtkImplementorIface, GtkBuildable and GnomeDbDataWidget.
Description
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.
Details
gnome_db_raw_form_new ()
GtkWidget* gnome_db_raw_form_new (GdaDataModel *model);
Creates a new GnomeDbRawForm widget to display data in model
|
a GdaDataModel, or NULL
|
Returns : |
the new widget |
See Also
The GnomeDbRawGrid widget which displays the same information but as grid instead of a form.
