Home
last modified time | relevance | path

Searched defs:mbox1 (Results 1 – 4 of 4) sorted by relevance

/lvgl-3.7.0/examples/widgets/msgbox/
Dlv_example_msgbox_1.py7 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "This is a message box with two buttons.", btns, True) variable
Dlv_example_msgbox_1.c14 …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/
Dlv_example_menu_2.c10 lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "Root back btn click.", NULL, true); in back_event_handler() local
Dlv_example_menu_5.c119 lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "Root back btn click.", NULL, true); in back_event_handler() local