Home
last modified time | relevance | path

Searched refs:apply_cb (Results 1 – 7 of 7) sorted by relevance

/lvgl-2.7.6/src/lv_themes/
Dlv_theme.c91 theme->apply_cb = copy->apply_cb; in lv_theme_copy()
115 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb() argument
117 theme->apply_cb = apply_cb; in lv_theme_set_apply_cb()
197 else if(th->apply_cb) { in apply_theme()
198 th->apply_cb(act_theme, obj, name); in apply_theme()
Dlv_theme.h155 lv_theme_apply_cb_t apply_cb; member
215 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb);
Dlv_theme_empty.c93 theme.apply_cb = theme_apply; in lv_theme_empty_init()
Dlv_theme_template.c406 theme.apply_cb = theme_apply; in lv_theme_template_init()
Dlv_theme_mono.c563 theme.apply_cb = theme_apply; in lv_theme_mono_init()
Dlv_theme_material.c949 theme.apply_cb = theme_apply; in lv_theme_material_init()
/lvgl-2.7.6/
DCHANGELOG.md113 - Add `theme->apply_cb` to replace `theme->apply_xcb` to make it compatible with the MicroPython bi…