Home
last modified time | relevance | path

Searched refs:lv_button_class (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/src/widgets/button/
Dlv_button.c17 #define MY_CLASS (&lv_button_class)
31 const lv_obj_class_t lv_button_class = { variable
Dlv_button.h25 LV_ATTRIBUTE_EXTERN_DATA extern const lv_obj_class_t lv_button_class;
/lvgl-latest/src/widgets/tabview/
Dlv_tabview.c105 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/
Dlv_example_style_14.c13 if(lv_obj_check_type(obj, &lv_button_class)) { in new_theme_apply_cb()
/lvgl-latest/src/widgets/list/
Dlv_list.c41 .base_class = &lv_button_class,
/lvgl-latest/src/themes/simple/
Dlv_theme_simple.c250 else if(lv_obj_check_type(obj, &lv_button_class)) { in theme_apply()
/lvgl-latest/src/themes/mono/
Dlv_theme_mono.c279 else if(lv_obj_check_type(obj, &lv_button_class)) { in theme_apply()
/lvgl-latest/src/themes/default/
Dlv_theme_default.c792 else if(lv_obj_check_type(obj, &lv_button_class)) { in theme_apply()