Searched refs:lv_msgbox_create (Results 1 – 8 of 8) sorted by relevance
/lvgl-3.7.0/examples/widgets/msgbox/ |
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()
|
/lvgl-3.7.0/src/extra/widgets/msgbox/ |
D | lv_msgbox.h | 63 lv_obj_t * lv_msgbox_create(lv_obj_t * parent, const char * title, const char * txt, const char * b…
|
D | lv_msgbox.c | 61 lv_obj_t * lv_msgbox_create(lv_obj_t * parent, const char * title, const char * txt, const char * b… in lv_msgbox_create() function
|
/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()
|
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()
|
/lvgl-3.7.0/docs/widgets/extra/ |
D | msgbox.md | 22 `lv_msgbox_create(parent, title, txt, btn_txts[], add_close_btn)` creates a message box.
|
/lvgl-3.7.0/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 174 …lv_obj_t * mbox = lv_msgbox_create(NULL, "Hi", "Welcome to the keyboard and encoder demo", btns, f… in msgbox_create()
|
/lvgl-3.7.0/demos/stress/ |
D | lv_demo_stress.c | 262 …obj = lv_msgbox_create(NULL, "Title", "Some text on the message box with average length", mbox_btn… in obj_test_timer_cb()
|