Dillo v3.1.1-99-gf3103cc4
Loading...
Searching...
No Matches
CssLength Struct Reference

#include <css.hh>

Public Attributes

CssLengthType type
 
union { 
 
   int   i 
 
   float   f 
 
};  
 

Detailed Description

Definition at line 94 of file css.hh.

Member Data Documentation

◆ [union]

union { ... } CssLength

◆ f

float CssLength::f

Definition at line 98 of file css.hh.

Referenced by CSS_CREATE_LENGTH(), and CSS_LENGTH_VALUE().

◆ i

int CssLength::i

Definition at line 97 of file css.hh.

Referenced by CSS_CREATE_LENGTH(), and CSS_LENGTH_VALUE().

◆ type

CssLengthType CssLength::type

Definition at line 95 of file css.hh.

Referenced by CSS_CREATE_LENGTH(), and CSS_LENGTH_TYPE().


The documentation for this struct was generated from the following file: