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