GdauiForm
GdauiForm — Form widget to manipulate data in a GdaDataModel, with decorations
|
|
Stability Level
Stable, unless otherwise indicated
Object Hierarchy
GObject
╰── GInitiallyUnowned
╰── GtkWidget
╰── GtkContainer
╰── GtkBox
╰── GdauiForm
Functions
gdaui_form_new ()
GtkWidget *
gdaui_form_new (GdaDataModel *model
);
Creates a new GdauiForm widget suitable to display the data in model
Returns
the new widget.
[transfer full]
Since: 4.2
Types and Values
GDAUI_TYPE_FORM
#define GDAUI_TYPE_FORM (gdaui_form_get_type())
struct GdauiFormClass
struct GdauiFormClass {
GtkBoxClass parent_class;
};
GdauiForm
typedef struct _GdauiForm GdauiForm;
Property Details
The “info-flags”
property
“info-flags” GdauiDataProxyInfoFlag
Owner: GdauiForm
Flags: Read / Write
Default value: GDAUI_DATA_PROXY_INFO_CURRENT_ROW
The “model”
property
“model” GdaDataModel *
Owner: GdauiForm
Flags: Read / Write / Construct Only
The “raw-form”
property
“raw-form” GdauiRawForm *
Owner: GdauiForm
Flags: Read
See Also
The GdauiRawForm widget which is used by the GdaForm widget.