GdauiForm

GdauiForm

Synopsis

                    GdauiForm;
GtkWidget *         gdaui_form_new                      (GdaDataModel *model);

Object Hierarchy

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

Implemented Interfaces

GdauiForm implements GtkBuildable, GtkOrientable and AtkImplementorIface.

Properties

  "model"                    GdaDataModel*         : Read / Write / Construct Only
  "raw-form"                 GdauiRawForm*         : Read
  "widget-info"              GdauiDataWidgetInfo*  : 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

Property Details

The "model" property

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


The "raw-form" property

  "raw-form"                 GdauiRawForm*         : Read


The "widget-info" property

  "widget-info"              GdauiDataWidgetInfo*  : Read