![]() | ![]() | ![]() | ![]() |
#define GAL_VIEW_FACTORY_TYPE typedef GalViewFactory; const char* gal_view_factory_get_title (GalViewFactory *factory); const char* gal_view_factory_get_type_code (GalViewFactory *factory); GalView* gal_view_factory_new_view (GalViewFactory *factory, const char *name);
const char* gal_view_factory_get_title (GalViewFactory *factory);
factory : | The factory to query. |
Returns : | The title of the factory. |
const char* gal_view_factory_get_type_code (GalViewFactory *factory);
factory : | The factory to use |
Returns : | The type code |
GalView* gal_view_factory_new_view (GalViewFactory *factory, const char *name);
factory : | The factory to use |
name : | the name for the view. |
Returns : | The new view |
<<< GalDefineViewsModel | GalViewEtable >>> |