All Classes |Grouped Classes |Index

Class CL_CSSProperty

Cascading Style Sheet (CSS) property. More...

Derived from:

None

Derived by:

None

Group:

CSS (Core)

#include <ClanLib/core.h>

Class Members:

Construction:

CL_CSSProperty

Constructs a CSS property.


Attributes:

Priority

CSS priorities.

get_name

Returns the name of the property.

get_value

Returns the value of the property.

get_priority

Returns the priority of the property.


Operations:

set_name

Sets property name.

set_value

Sets property value.

set_priority

Sets property priority.

operator==