lv_theme_private.h
API reference for lv_theme_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_theme.h
Summary
Structs
struct
_lv_theme_t
| Member | Type | Description |
|---|---|---|
ext_data | lv_ext_data_t | |
apply_cb | lv_theme_apply_cb_t | |
parent | lv_theme_t * | Apply the current theme's style on top of this theme. |
user_data | void * | |
disp | lv_display_t * | |
color_primary | lv_color_t | |
color_secondary | lv_color_t | |
font_small | const lv_font_t * | |
font_normal | const lv_font_t * | |
font_large | const lv_font_t * | |
flags | uint32_t | Any custom flag used by the theme |
Dependencies
lvgl_public.h
Last updated on