Home
last modified time | relevance | path

Searched refs:lv_msgbox_create (Results 1 – 8 of 8) sorted by relevance

/lvgl-3.7.0/examples/widgets/msgbox/
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()
/lvgl-3.7.0/src/extra/widgets/msgbox/
Dlv_msgbox.h63 lv_obj_t * lv_msgbox_create(lv_obj_t * parent, const char * title, const char * txt, const char * b…
Dlv_msgbox.c61 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/
Dlv_example_menu_2.c10 lv_obj_t * mbox1 = lv_msgbox_create(NULL, "Hello", "Root back btn click.", NULL, true); in back_event_handler()
Dlv_example_menu_5.c119 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/
Dmsgbox.md22 `lv_msgbox_create(parent, title, txt, btn_txts[], add_close_btn)` creates a message box.
/lvgl-3.7.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c174 …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/
Dlv_demo_stress.c262 …obj = lv_msgbox_create(NULL, "Title", "Some text on the message box with average length", mbox_btn… in obj_test_timer_cb()