![]() | ![]() | ![]() | ![]() |
#define GAL_VIEW_ETABLE_TYPE typedef GalViewEtable; GalView* gal_view_etable_new (ETableSpecification *spec); GalView* gal_view_etable_construct (GalViewEtable *view, ETableSpecification *spec);
typedef struct { GalView base; ETableSpecification *spec; ETableState *state; char *title; } GalViewEtable;
GalView* gal_view_etable_new (ETableSpecification *spec);
A new GalViewFactory for creating ETable views. Create one of these and pass it to GalViewCollection for use.
spec : | The spec to create GalViewEtables based upon. |
Returns : | The new GalViewFactoryEtable. |
GalView* gal_view_etable_construct (GalViewEtable *view, ETableSpecification *spec);
constructs the GalViewFactoryEtable. To be used by subclasses and language bindings.
view : | |
spec : | The spec to create GalViewEtables based upon. |
Returns : | The GalViewFactoryEtable. |
<<< GalViewFactory | GalViewNewDialog >>> |