Home
last modified time | relevance | path

Searched refs:lv_win_class (Results 1 – 5 of 5) sorted by relevance

/lvgl-3.7.0/src/extra/widgets/win/
Dlv_win.c28 const lv_obj_class_t lv_win_class = { variable
49 lv_obj_t * obj = lv_obj_class_create_obj(&lv_win_class, parent); in lv_win_create()
Dlv_win.h29 extern const lv_obj_class_t lv_win_class;
/lvgl-3.7.0/src/extra/themes/basic/
Dlv_theme_basic.c197 if(lv_obj_get_index(obj) == 0 && lv_obj_check_type(lv_obj_get_parent(obj), &lv_win_class)) { in theme_apply()
202 … else if(lv_obj_get_index(obj) == 1 && lv_obj_check_type(lv_obj_get_parent(obj), &lv_win_class)) { in theme_apply()
/lvgl-3.7.0/src/extra/themes/mono/
Dlv_theme_mono.c225 if(lv_obj_get_index(obj) == 0 && lv_obj_check_type(lv_obj_get_parent(obj), &lv_win_class)) { in theme_apply()
231 … else if(lv_obj_get_index(obj) == 1 && lv_obj_check_type(lv_obj_get_parent(obj), &lv_win_class)) { in theme_apply()
/lvgl-3.7.0/src/extra/themes/default/
Dlv_theme_default.c723 if(lv_obj_get_index(obj) == 0 && lv_obj_check_type(lv_obj_get_parent(obj), &lv_win_class)) { in theme_apply()
729 … else if(lv_obj_get_index(obj) == 1 && lv_obj_check_type(lv_obj_get_parent(obj), &lv_win_class)) { in theme_apply()
1140 else if(lv_obj_check_type(obj, &lv_win_class)) { in theme_apply()