GdauiForm

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

Synopsis

                    GdauiForm;
GtkWidget *         gdaui_form_new                      (GdaDataModel *model);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkBox
                                 +----GtkVBox
                                       +----GdauiForm

Implemented Interfaces

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

Properties

  "info"                     GdauiDataProxyInfo*   : Read
  "info-flags"               GdauiDataProxyInfoFlag  : Read / Write
  "model"                    GdaDataModel*         : Read / Write / Construct Only
  "raw-form"                 GdauiRawForm*         : Read

Description

Details

GdauiForm

typedef struct _GdauiForm 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

Property Details

The "info" property

  "info"                     GdauiDataProxyInfo*   : Read


The "info-flags" property

  "info-flags"               GdauiDataProxyInfoFlag  : Read / Write

Default value: GDAUI_DATA_PROXY_INFO_CURRENT_ROW


The "model" property

  "model"                    GdaDataModel*         : Read / Write / Construct Only


The "raw-form" property

  "raw-form"                 GdauiRawForm*         : Read

See Also

The GdauiRawForm widget which is used by the GdaForm widget.