GdauiForm — Form widget to manipulate data in a GdaDataModel, with decorations
#include <libgda/thread-wrapper/gda-thread-wrapper.h>
GtkWidget * gdaui_form_new (GdaDataModel *model);
GdaDataModel *model
Creates a new GdauiForm widget suitable to display the data in model
model
a GdaDataModel
the new widget.
[transfer full]
Since: 4.2
struct GdauiForm { GtkBox object; GdauiFormPriv *priv; };
The GdauiRawForm widget which is used by the GdaForm widget.