Whole document tree
    

Whole document tree

GalViewEtable

GalViewEtable

GalViewEtable -- 
Object Hierarchy

  GtkObject
   +----GalView
         +----GalViewEtable
Description

Details
GAL_VIEW_ETABLE_TYPE
#define GAL_VIEW_ETABLE_TYPE        (gal_view_etable_get_type ())


GalViewEtable
typedef struct {
	GalView base;

	ETableSpecification *spec;
	ETableState         *state;
	char                *title;
} GalViewEtable;


gal_view_etable_new ()
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.


gal_view_etable_construct ()
GalView*    gal_view_etable_construct       (GalViewEtable *view,
                                             ETableSpecification *spec);

constructs the GalViewFactoryEtable. To be used by subclasses and language bindings.