|  |  |  |  | 
#define GAL_VIEW_FACTORY_ETABLE_TYPE typedef GalViewFactoryEtable; GalViewFactory* gal_view_factory_etable_new (ETableSpecification *spec); GalViewFactory* gal_view_factory_etable_construct (GalViewFactoryEtable *factory, ETableSpecification *spec);
#define GAL_VIEW_FACTORY_ETABLE_TYPE (gal_view_factory_etable_get_type ())
typedef struct {
	GalViewFactory base;
	ETableSpecification *spec;
} GalViewFactoryEtable;GalViewFactory* gal_view_factory_etable_new (ETableSpecification *spec);
| spec: | |
| Returns : | 
 | 
GalViewFactory* gal_view_factory_etable_construct (GalViewFactoryEtable *factory, ETableSpecification *spec);
| factory: | |
| spec: | |
| Returns : | 
 | 
| <<< View configuration | GalDefineViewsDialog >>> |