GdauiForm

GdauiForm — Form widget to manipulate data in a GdaDataModel, with decorations

Synopsis

struct              GdauiForm;
GtkWidget *         gdaui_form_new                      (GdaDataModel *model);

Description

Details

struct GdauiForm

struct GdauiForm {
	GtkVBox             object;

	GdauiFormPriv     *priv;
};


gdaui_form_new ()

GtkWidget *         gdaui_form_new                      (GdaDataModel *model);

Creates a new GdauiForm widget suitable to display the data in model

model :

a GdaDataModel

Returns :

the new widget. [transfer full]

Since 4.2

See Also

The GdauiRawForm widget which is used by the GdaForm widget.