| Evolution Utilities Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | ||||
Synopsis
struct GalViewFactory; const gchar * gal_view_factory_get_title (GalViewFactory *factory); const gchar * gal_view_factory_get_type_code (GalViewFactory *factory); GalView * gal_view_factory_new_view (GalViewFactory *factory,const gchar *name);
Details
gal_view_factory_get_title ()
const gchar * gal_view_factory_get_title (GalViewFactory *factory);
|
a GalViewFactory |
Returns : |
The title of the factory. |
gal_view_factory_get_type_code ()
const gchar * gal_view_factory_get_type_code (GalViewFactory *factory);
|
a GalViewFactory |
Returns : |
The type code |
gal_view_factory_new_view ()
GalView * gal_view_factory_new_view (GalViewFactory *factory,const gchar *name);
|
a GalViewFactory |
|
the name for the view |
Returns : |
The new view |
