![]() |
![]() |
![]() |
Libgnomedb 4.0 Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces | Properties |
struct GnomeDbRawForm;
struct GnomeDbRawFormClass;
GnomeDbRawFormPriv;
GtkWidget * gnome_db_raw_form_new (GdaDataModel *model
);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbBasicForm +----GnomeDbRawForm
GnomeDbRawForm implements AtkImplementorIface, GtkBuildable, GtkOrientable and GnomeDbDataWidget.
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
|
a GdaDataModel, or NULL
|
Returns : |
the new widget |
The GnomeDbRawGrid widget which displays the same information but as grid instead of a form.