|
Dillo v3.2.0-93-g6a586845
|
#include <css.hh>
Public Attributes | ||
| CssLengthType | type | |
| union { | ||
| int i | ||
| float f | ||
| }; | ||
| union { ... } CssLength |
| float CssLength::f |
Definition at line 98 of file css.hh.
Referenced by CSS_CREATE_LENGTH(), and CSS_LENGTH_VALUE().
| int CssLength::i |
Definition at line 97 of file css.hh.
Referenced by CSS_CREATE_LENGTH(), and CSS_LENGTH_VALUE().
| CssLengthType CssLength::type |
Definition at line 95 of file css.hh.
Referenced by CSS_CREATE_LENGTH(), and CSS_LENGTH_TYPE().