#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 | ( | ) |
| CL_String CL_CSSBoxLeft::to_string | ( | ) | const [virtual] |
Implements CL_CSSBoxProperty.
1.7.1