![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
struct GalViewEtable; GalView * gal_view_etable_new (ETableSpecification *spec
,const gchar *title
); GalView * gal_view_etable_construct (GalViewEtable *view
,ETableSpecification *spec
,const gchar *title
); void gal_view_etable_set_state (GalViewEtable *view
,ETableState *state
); 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 (ETableSpecification *spec
,const gchar *title
);
Returns a new GalViewEtable. This is primarily for use by GalViewFactoryEtable.
|
The ETableSpecification that this view will be based upon. |
|
The name of the new view. |
Returns : |
The new GalViewEtable. |
GalView * gal_view_etable_construct (GalViewEtable *view
,ETableSpecification *spec
,const gchar *title
);
constructs the GalViewEtable. To be used by subclasses and language bindings.
|
The view to construct. |
|
The ETableSpecification that this view will be based upon. |
|
The name of the new view. |
Returns : |
The GalViewEtable. |
void gal_view_etable_set_state (GalViewEtable *view
,ETableState *state
);
void gal_view_etable_attach_table (GalViewEtable *view
,ETable *table
);