![]() | ![]() | ![]() | Libgnomedb 4.0 Reference Manual | ![]() |
---|
GnomeDbForm — Form to display and modify data in a GdaDataModel, with command buttons and indicators
struct GnomeDbForm; struct GnomeDbFormClass; struct GnomeDbFormPriv; GtkWidget* gnome_db_form_new (GdaDataModel *model);
GObject +----GInitiallyUnowned +----GtkObject +----GtkWidget +----GtkContainer +----GtkBox +----GtkVBox +----GnomeDbForm
GnomeDbForm implements AtkImplementorIface, GtkBuildable and GtkOrientable.
"model" GdaDataModel : Read / Write / Construct Only "raw-form" GnomeDbRawForm : Read "widget-info" GnomeDbDataWidgetInfo : Read
A longer description goes here.
GtkWidget* gnome_db_form_new (GdaDataModel *model);
Creates a new GnomeDbForm widget suitable to display the data in model
model : | a GdaDataModel |
Returns : | the new widget |
"model" (GdaDataModel : Read / Write / Construct Only) | |
"raw-form" (GnomeDbRawForm : Read) | |
"widget-info" (GnomeDbDataWidgetInfo : Read) |
The GnomeDbRawForm widget which is being used in this widget, or the GnomeDbGrid widget which displays data in a grid instead of a form.
<< GnomeDbRawForm | GnomeDbRawGrid >> |