#include <css_box_overflow.h>
Public Types | |
enum | Type { type_visible, type_hidden, type_scroll, type_auto, type_inherit } |
Public Member Functions | |
CL_CSSBoxOverflow () | |
void | compute (const CL_CSSBoxOverflow *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
Type | type |
CL_CSSBoxOverflow::CL_CSSBoxOverflow | ( | ) |
void CL_CSSBoxOverflow::compute | ( | const CL_CSSBoxOverflow * | parent, | |
CL_CSSResourceCache * | layout, | |||
float | em_size, | |||
float | ex_size | |||
) |
CL_String CL_CSSBoxOverflow::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.