Searched refs:lv_button_class (Results 1 – 8 of 8) sorted by relevance
| /lvgl-latest/src/widgets/button/ |
| D | lv_button.c | 17 #define MY_CLASS (&lv_button_class) 31 const lv_obj_class_t lv_button_class = { variable
|
| D | lv_button.h | 25 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_button_class;
|
| /lvgl-latest/src/widgets/tabview/ |
| D | lv_tabview.c | 105 lv_obj_t * button = lv_obj_get_child_by_type(tab_bar, idx, &lv_button_class); in lv_tabview_rename_tab() 146 lv_obj_t * button = lv_obj_get_child_by_type(tab_bar, i, &lv_button_class); in lv_tabview_set_active() 150 button = lv_obj_get_child_by_type(tab_bar, (int32_t)i, &lv_button_class); in lv_tabview_set_active() 249 return lv_obj_get_child_count_by_type(tab_bar, &lv_button_class); in lv_tabview_get_tab_count() 307 int32_t idx = lv_obj_get_index_by_type(button, &lv_button_class); in button_clicked_event_cb()
|
| /lvgl-latest/examples/styles/ |
| D | lv_example_style_14.c | 13 if(lv_obj_check_type(obj, &lv_button_class)) { in new_theme_apply_cb()
|
| /lvgl-latest/src/widgets/list/ |
| D | lv_list.c | 41 .base_class = &lv_button_class,
|
| /lvgl-latest/src/themes/simple/ |
| D | lv_theme_simple.c | 250 else if(lv_obj_check_type(obj, &lv_button_class)) { in theme_apply()
|
| /lvgl-latest/src/themes/mono/ |
| D | lv_theme_mono.c | 279 else if(lv_obj_check_type(obj, &lv_button_class)) { in theme_apply()
|
| /lvgl-latest/src/themes/default/ |
| D | lv_theme_default.c | 792 else if(lv_obj_check_type(obj, &lv_button_class)) { in theme_apply()
|