ClanLib
2.3.7
|
#include <css_box_position.h>
Public Types | |
enum | Type { type_static, type_relative, type_absolute, type_fixed, type_inherit } |
Public Member Functions | |
CL_CSSBoxPosition () | |
void | compute (const CL_CSSBoxPosition *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxPosition::CL_CSSBoxPosition | ( | ) |
void CL_CSSBoxPosition::compute | ( | const CL_CSSBoxPosition * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
Type CL_CSSBoxPosition::type |