ClanLib
2.3.7
|
#include <css_box_min_width.h>
Public Types | |
enum | Type { type_length, type_percentage, type_inherit } |
Public Member Functions | |
CL_CSSBoxMinWidth () | |
void | compute (const CL_CSSBoxMinWidth *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_CSSBoxMinWidth::CL_CSSBoxMinWidth | ( | ) |
void CL_CSSBoxMinWidth::compute | ( | const CL_CSSBoxMinWidth * | parent, |
CL_CSSResourceCache * | layout, | ||
float | em_size, | ||
float | ex_size | ||
) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxMinWidth::length |
float CL_CSSBoxMinWidth::percentage |
Type CL_CSSBoxMinWidth::type |