GdauiRawForm

GdauiRawForm — Form widget to manipulate data in a GdaDataModel

Stability Level

Stable, unless otherwise indicated

Functions

GtkWidget * gdaui_raw_form_new ()

Properties

GdaDataModel * model Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GInitiallyUnowned
        ╰── GtkWidget
            ╰── GtkContainer
                ╰── GtkBox
                    ╰── GdauiBasicForm
                        ╰── GdauiRawForm

Implemented Interfaces

GdauiRawForm implements AtkImplementorIface, GtkBuildable, GtkOrientable, GdauiDataProxy and GdauiDataSelector.

Description

The GdauiForm widget which uses the GdauiRawForm and adds decorations such as information about data model size, and features searching.

Functions

gdaui_raw_form_new ()

GtkWidget *
gdaui_raw_form_new (GdaDataModel *model);

Creates a new GdauiRawForm widget to display data in model

Parameters

model

a GdaDataModel, or NULL.

[nullable]

Returns

the new widget.

[transfer full]

Since: 4.2

Types and Values

GDAUI_TYPE_RAW_FORM

#define GDAUI_TYPE_RAW_FORM          (gdaui_raw_form_get_type())

struct GdauiRawFormClass

struct GdauiRawFormClass {
	GdauiBasicFormClass parent_class;
	gpointer            padding[12];
};

GdauiRawForm

typedef struct _GdauiRawForm GdauiRawForm;

Property Details

The “model” property

  “model”                    GdaDataModel *

Owner: GdauiRawForm

Flags: Read / Write

See Also

the GdauiForm widget which uses the GdauiRawForm and adds decorations such as information about data model size, and features searching.