Searched refs:modal (Results 1 – 3 of 3) sorted by relevance
20 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
167 lv_obj_t * modal = lv_event_get_user_data(e); in delete_modal_cb() local168 lv_obj_delete(modal); in delete_modal_cb()
131 absorb all user clicks and acts as a modal Widget.