![]() |
![]() |
![]() |
Evolution Utilities Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
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
);
const gchar * gal_view_factory_get_title (GalViewFactory *factory
);
|
a GalViewFactory |
Returns : |
The title of the factory. |
const gchar * gal_view_factory_get_type_code (GalViewFactory *factory
);
|
a GalViewFactory |
Returns : |
The type code |
GalView * gal_view_factory_new_view (GalViewFactory *factory
,const gchar *name
);
|
a GalViewFactory |
|
the name for the view |
Returns : |
The new view |