GalViewEtable
GObject ╰── GalView ╰── GalViewEtable
GalView * gal_view_etable_new (const gchar *title);
const gchar *title
Returns a new GalViewEtable. This is primarily for use by GalViewFactoryEtable.
title
The name of the new view.
The new GalViewEtable.
void gal_view_etable_attach_table (GalViewEtable *view, ETable *table);
GalViewEtable *view
ETable *table
void gal_view_etable_attach_tree (GalViewEtable *view, ETree *tree);
ETree *tree
void gal_view_etable_detach (GalViewEtable *view);
ETable * gal_view_etable_get_table (GalViewEtable *view);
ETree * gal_view_etable_get_tree (GalViewEtable *view);