All Classes |Grouped Classes |Index

Function apply_properties

	void CL_CSSBoxProperties::apply_properties(
		const CL_String & style_string,
		std::map< CL_String , CL_CSSBoxProperty * > * out_change_set = 0);

	void CL_CSSBoxProperties::apply_properties(
		const CL_CSSPropertyList2 & css_properties,
		std::map< CL_String , CL_CSSBoxProperty * > * out_change_set = 0);