GdauiForm

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

Synopsis

                    GdauiForm;
GtkWidget *         gdaui_form_new                      (GdaDataModel *model);

Description

Details

GdauiForm

typedef struct {
	GtkVBox             object;

	GdauiFormPriv     *priv;
} GdauiForm;


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.