Home | All Classes | Grouped Classes | Index | Search

CL_ComponentManager::create

Depricated; 'new's a component manager. Please use the constructor directly instead. Depricated; 'new's a component manager. Please use the constructor directly instead.

	CL_ComponentManager* create(
		const std::string& resource_id, CL_ResourceManager* res_manager, CL_StyleManager* style, CL_Component* parent);

	CL_ComponentManager* create(
		const std::string& filename, bool is_datafile, CL_StyleManager* style, CL_Component* parent);

See also:

CL_ComponentManager



Questions or comments, write to the ClanLib mailing list.