ClanLib
2.3.7
|
#include <css_box_max_width.h>
Public Types | |
enum | Type { type_length, type_percentage, type_none, type_inherit } |
Public Member Functions | |
CL_CSSBoxMaxWidth () | |
void | compute (const CL_CSSBoxMaxWidth *parent, CL_CSSResourceCache *layout, float em_size, float ex_size) |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
float | percentage |
Type | type |
CL_CSSBoxMaxWidth::CL_CSSBoxMaxWidth | ( | ) |
void CL_CSSBoxMaxWidth::compute | ( | const CL_CSSBoxMaxWidth * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxMaxWidth::length |
float CL_CSSBoxMaxWidth::percentage |
Type CL_CSSBoxMaxWidth::type |