ClanLib
2.3.7
|
#include <css_box_list_style_position.h>
Public Types | |
enum | Type { type_inside, type_outside, type_inherit } |
Public Member Functions | |
CL_CSSBoxListStylePosition () | |
void | compute (const CL_CSSBoxListStylePosition *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxListStylePosition::CL_CSSBoxListStylePosition | ( | ) |
void CL_CSSBoxListStylePosition::compute | ( | const CL_CSSBoxListStylePosition * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
Type CL_CSSBoxListStylePosition::type |