|
libcss
|
#include <hint.h>
Public Attributes | ||
| union { | ||
| css_computed_clip_rect * clip | ||
| css_color color | ||
| css_computed_content_item * content | ||
| css_computed_counter * counter | ||
| css_fixed fixed | ||
| int32_t integer | ||
| css_hint_length length | ||
| struct { | ||
| css_hint_length h | ||
| css_hint_length v | ||
| } position | ||
| lwc_string * string | ||
| lwc_string ** strings | ||
| } | data | |
| uint32_t | prop | |
| uint8_t | status | |
Presentational hints
| css_computed_clip_rect* css_hint::clip |
| css_color css_hint::color |
| css_computed_content_item* css_hint::content |
| css_computed_counter* css_hint::counter |
| union { ... } css_hint::data |
| css_fixed css_hint::fixed |
| css_hint_length css_hint::h |
| int32_t css_hint::integer |
| css_hint_length css_hint::length |
| struct { ... } css_hint::position |
| uint32_t css_hint::prop |
Property index
| uint8_t css_hint::status |
Property value
| lwc_string* css_hint::string |
| lwc_string** css_hint::strings |
| css_hint_length css_hint::v |