Searched refs:lv_tabview_class (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/widgets/tabview/ |
D | lv_tabview.c | 21 #define MY_CLASS (&lv_tabview_class) 38 const lv_obj_class_t lv_tabview_class = { variable 65 lv_obj_t * obj = lv_obj_class_create_obj(&lv_tabview_class, parent); in lv_tabview_create() 291 lv_result_t res = lv_obj_event_base(&lv_tabview_class, e); in lv_tabview_event()
|
D | lv_tabview.h | 25 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_tabview_class;
|
/lvgl-latest/src/themes/simple/ |
D | lv_theme_simple.c | 221 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply() 226 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply() 264 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply()
|
/lvgl-latest/src/themes/mono/ |
D | lv_theme_mono.c | 248 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply() 252 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply() 303 if(lv_obj_check_type(parent, &lv_tabview_class)) { in theme_apply()
|
/lvgl-latest/src/themes/default/ |
D | lv_theme_default.c | 743 if(lv_obj_check_type(parent, &lv_tabview_class) && lv_obj_get_child(parent, 1) == obj) { in theme_apply() 747 … else if(lv_obj_check_type(parent, &lv_tabview_class) && lv_obj_get_child(parent, 0) == obj) { in theme_apply() 754 else if(lv_obj_check_type(lv_obj_get_parent(parent), &lv_tabview_class)) { in theme_apply() 797 if(lv_obj_check_type(tv, &lv_tabview_class)) { in theme_apply() 1194 else if(lv_obj_check_type(obj, &lv_tabview_class)) { in theme_apply()
|