#include <cr-style.h>
Data Fields | |
CRNumPropVal | num_props [NB_NUM_PROPS] |
numerical properties. | |
CRRgbPropVal | rgb_props [NB_RGB_PROPS] |
color properties. | |
CRFontFamily * | font_family |
CRFontSizeVal | font_size |
the 'font-size' property. | |
CRFontSizeAdjust * | font_size_adjust |
gboolean | inherited_props_resolved |
CRStyle * | parent_style |
gulong | ref_count |
Contains computed and actual values inferred from the declarations found in the stylesheets. See css2 spec chapter 6.
Definition at line 230 of file cr-style.h.
|
Definition at line 263 of file cr-style.h. Referenced by cr_style_set_props_to_default_values(). |
|
the 'font-size' property.
Definition at line 268 of file cr-style.h. |
|
Definition at line 269 of file cr-style.h. |
|
Definition at line 280 of file cr-style.h. |
|
numerical properties. the properties are indexed by enum CRNumProp. Definition at line 237 of file cr-style.h. |
|
Definition at line 281 of file cr-style.h. Referenced by cr_style_set_props_to_default_values(). |
|
Definition at line 282 of file cr-style.h. |
|
color properties. They are indexed by enum CRRgbProp . Definition at line 243 of file cr-style.h. |