Searched defs:mbox1 (Results 1 – 4 of 4) sorted by relevance
/lvgl-3.7.0/examples/widgets/msgbox/ |
D | lv_example_msgbox_1.py | 7 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "This is a message box with two buttons.", btns, True) variable
|
D | lv_example_msgbox_1.c | 14 …lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "This is a message box with two buttons.", btns… in lv_example_msgbox_1() local
|
/lvgl-3.7.0/examples/widgets/menu/ |
D | lv_example_menu_2.c | 10 lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "Root back btn click.", NULL, true); in back_event_handler() local
|
D | lv_example_menu_5.c | 119 lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "Root back btn click.", NULL, true); in back_event_handler() local
|