#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_construct (GalViewEtable *view, ETableSpecification *spec); |