Searched refs:msgbox (Results 1 – 10 of 10) sorted by relevance
/lvgl-3.4.0/docs/widgets/extra/ |
D | msgbox.md | 3 :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
|
D | index.md | 22 msgbox
|
/lvgl-3.4.0/examples/widgets/msgbox/ |
D | index.rst | 5 .. lv_example:: widgets/msgbox/lv_example_msgbox_1
|
D | lv_example_msgbox_1.py | 7 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "This is a message box with two buttons.", btns, True)
|
/lvgl-3.4.0/demos/keypad_encoder/ |
D | lv_demo_keypad_encoder.c | 184 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/ |
D | lv_example_menu_2.py | 4 mbox1 = lv.msgbox(lv.scr_act(), "Hello", "Root back btn click.", None, True)
|
/lvgl-3.4.0/ |
D | component.mk | 26 src/extra/widgets/msgbox \
|
/lvgl-3.4.0/zephyr/ |
D | CMakeLists.txt | 177 ../src/extra/widgets/msgbox/lv_msgbox.c
|
/lvgl-3.4.0/docs/ |
D | CHANGELOG.md | 309 - 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/ |
D | lv_demo_widgets.py | 137 m = lv.msgbox(lv.scr_act(), None)
|