32 lv_theme_apply_cb_t apply_cb;
36 lv_color_t color_primary;
37 lv_color_t color_secondary;
lv_color_t lv_theme_get_color_primary(lv_obj_t *obj)
void lv_theme_apply(lv_obj_t *obj)
lv_theme_t * lv_theme_get_from_obj(lv_obj_t *obj)
void lv_theme_set_parent(lv_theme_t *new_theme, lv_theme_t *parent)
void lv_theme_set_apply_cb(lv_theme_t *theme, lv_theme_apply_cb_t apply_cb)
const lv_font_t * lv_theme_get_font_normal(lv_obj_t *obj)
const lv_font_t * lv_theme_get_font_small(lv_obj_t *obj)
lv_color_t lv_theme_get_color_secondary(lv_obj_t *obj)
const lv_font_t * lv_theme_get_font_large(lv_obj_t *obj)
Definition lv_hal_disp.h:158
struct _lv_theme_t * parent
Definition lv_theme.h:33