Home
last modified time | relevance | path

Searched defs:btn (Results 1 – 25 of 47) sorted by relevance

12

/lvgl-latest/examples/widgets/msgbox/
Dlv_example_msgbox_1.c6 lv_obj_t * btn = lv_event_get_target(e); in event_cb() local
21 lv_obj_t * btn; in lv_example_msgbox_1() local
/lvgl-latest/examples/event/
Dlv_example_event_click.c9 lv_obj_t * btn = lv_event_get_target(e); in event_cb() local
20 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_event_click() local
Dlv_example_event_streak.c16 lv_obj_t * btn = lv_event_get_target(e); in streak_event_cb() local
27 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_event_streak() local
Dlv_example_event_button.c32 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_event_button() local
Dlv_example_event_bubble.c32 lv_obj_t * btn = lv_button_create(cont); in lv_example_event_bubble() local
/lvgl-latest/examples/get_started/
Dlv_example_get_started_2.c7 lv_obj_t * btn = lv_event_get_target(e); in btn_event_cb() local
23 lv_obj_t * btn = lv_button_create(lv_screen_active()); /*Add a button the current screen*/ in lv_example_get_started_2() local
/lvgl-latest/tests/src/test_cases/xml/
Dtest_xml_general.c215 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_component_styles() local
247 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_error_resilience_syntax_ok() local
276 lv_obj_t * btn; in test_xml_image_and_font() local
296 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_error_resilience_not_closed_tag() local
310 lv_obj_t * btn = lv_xml_create(lv_screen_active(), "my_btn", NULL); in test_xml_error_resilience_string() local
/lvgl-latest/src/widgets/msgbox/
Dlv_msgbox.c173 lv_obj_t * btn = lv_obj_class_create_obj(&lv_msgbox_header_button_class, mbox->header); in lv_msgbox_add_header_button() local
213 lv_obj_t * btn = lv_obj_class_create_obj(&lv_msgbox_footer_button_class, mbox->footer); in lv_msgbox_add_footer_button() local
230 lv_obj_t * btn = lv_msgbox_add_header_button(obj, LV_SYMBOL_CLOSE); in lv_msgbox_add_close_button() local
281 lv_obj_t * btn = lv_event_get_current_target(e); in msgbox_close_click_event_cb() local
/lvgl-latest/examples/styles/
Dlv_example_style_15.c9 lv_obj_t * btn; in lv_example_style_15() local
Dlv_example_style_14.c44 lv_obj_t * btn; in lv_example_style_14() local
Dlv_example_style_18.c38 lv_obj_t * btn; in lv_example_style_18() local
/lvgl-latest/demos/music/
Dlv_demo_music_list.c156 lv_obj_t * btn = lv_obj_get_child(list, track_id); in lv_demo_music_list_button_check() local
182 lv_obj_t * btn = lv_obj_create(parent); in add_list_button() local
232 lv_obj_t * btn = lv_event_get_target(e); in btn_click_event_cb() local
/lvgl-latest/examples/others/observer/
Dlv_example_observer_5.c36 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_observer_5() local
55 lv_obj_t * btn = lv_win_add_button(win, LV_SYMBOL_CLOSE, 40); in fw_update_btn_clicked_event_cb() local
111 lv_obj_t * btn = lv_button_create(cont); in fw_update_win_observer_cb() local
Dlv_example_observer_4.c154 lv_obj_t * btn = lv_button_create(parent); in btn_create() local
168 lv_obj_t * btn = lv_event_get_target(e); in btn_click_event_cb() local
178 lv_obj_t * btn = lv_observer_get_target(observer); in btn_observer_cb() local
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_win.c106 lv_obj_t * btn = lv_obj_get_child(header, 0); in test_win_add_button() local
116 lv_obj_t * btn; in test_win_add_multiple_elements() local
Dtest_btn.c21 lv_obj_t * btn; in test_button_creation() local
/lvgl-latest/examples/widgets/list/
Dlv_example_list_1.c22 lv_obj_t * btn; in lv_example_list_1() local
/lvgl-latest/src/widgets/list/
Dlv_list.c109 const char * lv_list_get_button_text(lv_obj_t * list, lv_obj_t * btn) in lv_list_get_button_text()
124 void lv_list_set_button_text(lv_obj_t * list, lv_obj_t * btn, const char * txt) in lv_list_set_button_text()
/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_2.c26 lv_obj_t * btn = lv_event_get_target(e); in btn_event_handler() local
121 lv_obj_t * btn = lv_button_create(fe_header_obj); in lv_example_file_explorer_2() local
/lvgl-latest/tests/src/test_cases/
Dtest_hover.c68 lv_obj_t * btn = lv_button_create(lv_screen_active()); in test_hover_basic() local
85 lv_obj_t * btn = lv_button_create(lv_screen_active()); in test_hover_delete() local
/lvgl-latest/examples/widgets/tileview/
Dlv_example_tileview_1.c22 lv_obj_t * btn = lv_button_create(tile2); in lv_example_tileview_1() local
/lvgl-latest/examples/widgets/win/
Dlv_example_win_1.c14 lv_obj_t * btn; in lv_example_win_1() local
/lvgl-latest/examples/others/gridnav/
Dlv_example_gridnav_3.c36 lv_obj_t * btn; in lv_example_gridnav_3() local
Dlv_example_gridnav_4.c41 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_gridnav_4() local
/lvgl-latest/examples/widgets/spinbox/
Dlv_example_spinbox_1.c33 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_spinbox_1() local

12