Allows the theme to alter GUI part properties.
CL_StringRef CL_GUITheme::get_property( const CL_GUIThemePart & part, const CL_StringRef & name, const CL_StringRef & css_value);
Detailed description:
When a component queries a theme part for a property, the property is searched in the CSS document and then passed to get_property. If the theme does not wish to alter the value of the property, it simply returns the css_value parameter. The string returned by this function is the result of CL_GUIThemePart::get_property .