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