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