Home
last modified time | relevance | path

Searched refs:modal (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/docs/details/widgets/
Dmsgbox.rst20 The message box can be modal (blocking clicks on the rest of the screen)
21 or not modal.
49 If ``parent`` is ``NULL`` the message box will be modal, and will use the
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_top_margin.c167 lv_obj_t * modal = lv_event_get_user_data(e); in delete_modal_cb() local
168 lv_obj_delete(modal); in delete_modal_cb()
/lvgl-latest/docs/details/main-components/
Ddisplay.rst131 absorb all user clicks and acts as a modal Widget.