Home
last modified time | relevance | path

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

/lvgl-3.4.0/src/core/
Dlv_theme.c75 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb) in lv_theme_set_apply_cb() argument
77 theme->apply_cb = apply_cb; in lv_theme_set_apply_cb()
117 if(th->apply_cb) th->apply_cb(th, obj); in apply_theme()
Dlv_theme.h32 lv_theme_apply_cb_t apply_cb; member
76 void lv_theme_set_apply_cb(lv_theme_t * theme, lv_theme_apply_cb_t apply_cb);
/lvgl-3.4.0/src/extra/themes/basic/
Dlv_theme_basic.c160 theme.apply_cb = theme_apply; in lv_theme_basic_init()
/lvgl-3.4.0/src/extra/themes/mono/
Dlv_theme_mono.c188 theme.apply_cb = theme_apply; in lv_theme_mono_init()
/lvgl-3.4.0/src/extra/themes/default/
Dlv_theme_default.c665 theme.apply_cb = theme_apply; in lv_theme_default_init()
/lvgl-3.4.0/docs/
DCHANGELOG.md1295 - Add `theme->apply_cb` to replace `theme->apply_xcb` to make it compatible with the MicroPython bi…