Dillo v3.1.1-99-gf3103cc4
|
#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().