ClanLib
2.3.7
|
#include <css_box_left.h>
Public Types | |
enum | Type { type_length, type_percentage, type_auto, type_inherit } |
Public Member Functions | |
CL_CSSBoxLeft () | |
CL_String | to_string () const |
Public Attributes | |
CL_CSSBoxLength | length |
float | percentage |
Type | type |
enum CL_CSSBoxLeft::Type |
CL_CSSBoxLeft::CL_CSSBoxLeft | ( | ) |
|
virtual |
Implements CL_CSSBoxProperty.
CL_CSSBoxLength CL_CSSBoxLeft::length |
float CL_CSSBoxLeft::percentage |
Type CL_CSSBoxLeft::type |