Home
last modified time | relevance | path

Searched refs:msgbox (Results 1 – 10 of 10) sorted by relevance

/lvgl-3.4.0/docs/widgets/extra/
Dmsgbox.md3 :github_url: |github_link_base|/widgets/extra/msgbox.md
42 `lv_msgbox_close(msgbox)` closes (deletes) the message box.
46 … return the message box. `lv_msgbox_get_active_btn(msgbox)` and `lv_msgbox_get_active_btn_text(msg…
60 .. include:: ../../../examples/widgets/msgbox/index.rst
Dindex.md22 msgbox
/lvgl-3.4.0/examples/widgets/msgbox/
Dindex.rst5 .. lv_example:: widgets/msgbox/lv_example_msgbox_1
Dlv_example_msgbox_1.py7 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "This is a message box with two buttons.", btns, True)
/lvgl-3.4.0/demos/keypad_encoder/
Dlv_demo_keypad_encoder.c184 lv_obj_t * msgbox = lv_event_get_current_target(e); in msgbox_event_cb() local
187 const char * txt = lv_msgbox_get_active_btn_text(msgbox); in msgbox_event_cb()
189 lv_msgbox_close(msgbox); in msgbox_event_cb()
/lvgl-3.4.0/examples/widgets/menu/
Dlv_example_menu_2.py4 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "Root back btn click.", None, True)
/lvgl-3.4.0/
Dcomponent.mk26 src/extra/widgets/msgbox \
/lvgl-3.4.0/zephyr/
DCMakeLists.txt177 ../src/extra/widgets/msgbox/lv_msgbox.c
/lvgl-3.4.0/docs/
DCHANGELOG.md309 - feat(msgbox) add a content area for custom content [`2561`](https://github.com/lvgl/lvgl/pull/256…
312 - feat(msgbox): omit title label unless needed [`2539`](https://github.com/lvgl/lvgl/pull/2539)
313 - feat(msgbox): add function to get selected button index [`2538`](https://github.com/lvgl/lvgl/pul…
382 - fix(msgbox) add declaration for lv_msgbox_content_class [`2761`](https://github.com/lvgl/lvgl/pul…
521 - fix(msgbox) handle NULL btn map paramter [`769c4a3`](https://github.com/lvgl/lvgl/commit/769c4a30…
576 - fix(msgbox) create modals on top layer instead of act screen [`5cf6303`](https://github.com/lvgl/…
577 - fix(theme) show disabled state on buttons of btnmatrix, msgbox and kayboard [`0be582b`](https://g…
595 - fix(msgbox) prevent the buttons being wider than the msbgox [`73e036b`](https://github.com/lvgl/l…
616 - fix(msgbox) directly store the pointer of all children [`eb5eaa3`](https://github.com/lvgl/lvgl/c…
630 - fix(msgbox) return the correct pointer from lv_msgbox_get_text [`50ea6fb`](https://github.com/lvg…
[all …]
/lvgl-3.4.0/demos/widgets/
Dlv_demo_widgets.py137 m = lv.msgbox(lv.scr_act(), None)