|  |  |  | Evolution Utilities Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
struct GalViewEtable; GalView * gal_view_etable_new (const gchar *title); void gal_view_etable_attach_table (GalViewEtable *view,ETable *table); void gal_view_etable_attach_tree (GalViewEtable *view,ETree *tree); void gal_view_etable_detach (GalViewEtable *view);
GalView *           gal_view_etable_new                 (const gchar *title);
Returns a new GalViewEtable. This is primarily for use by GalViewFactoryEtable.
| 
 | The name of the new view. | 
| Returns : | The new GalViewEtable. | 
void gal_view_etable_attach_table (GalViewEtable *view,ETable *table);