/lvgl-latest/examples/widgets/msgbox/ |
D | lv_example_msgbox_1.c | 6 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/ |
D | lv_example_event_click.c | 9 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
|
D | lv_example_event_streak.c | 16 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
|
D | lv_example_event_button.c | 32 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_event_button() local
|
D | lv_example_event_bubble.c | 32 lv_obj_t * btn = lv_button_create(cont); in lv_example_event_bubble() local
|
/lvgl-latest/examples/get_started/ |
D | lv_example_get_started_2.c | 7 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/ |
D | test_xml_general.c | 215 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/ |
D | lv_msgbox.c | 173 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/ |
D | lv_example_style_15.c | 9 lv_obj_t * btn; in lv_example_style_15() local
|
D | lv_example_style_14.c | 44 lv_obj_t * btn; in lv_example_style_14() local
|
D | lv_example_style_18.c | 38 lv_obj_t * btn; in lv_example_style_18() local
|
/lvgl-latest/demos/music/ |
D | lv_demo_music_list.c | 156 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/ |
D | lv_example_observer_5.c | 36 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
|
D | lv_example_observer_4.c | 154 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/ |
D | test_win.c | 106 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
|
D | test_btn.c | 21 lv_obj_t * btn; in test_button_creation() local
|
/lvgl-latest/examples/widgets/list/ |
D | lv_example_list_1.c | 22 lv_obj_t * btn; in lv_example_list_1() local
|
/lvgl-latest/src/widgets/list/ |
D | lv_list.c | 109 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/ |
D | lv_example_file_explorer_2.c | 26 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/ |
D | test_hover.c | 68 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/ |
D | lv_example_tileview_1.c | 22 lv_obj_t * btn = lv_button_create(tile2); in lv_example_tileview_1() local
|
/lvgl-latest/examples/widgets/win/ |
D | lv_example_win_1.c | 14 lv_obj_t * btn; in lv_example_win_1() local
|
/lvgl-latest/examples/others/gridnav/ |
D | lv_example_gridnav_3.c | 36 lv_obj_t * btn; in lv_example_gridnav_3() local
|
D | lv_example_gridnav_4.c | 41 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_gridnav_4() local
|
/lvgl-latest/examples/widgets/spinbox/ |
D | lv_example_spinbox_1.c | 33 lv_obj_t * btn = lv_button_create(lv_screen_active()); in lv_example_spinbox_1() local
|