Lines Matching refs:box
20 The message box can be modal (blocking clicks on the rest of the screen)
30 The message box is built from other Widgets, so you can check these
45 Create a message box
48 :cpp:expr:`lv_msgbox_create(parent)` creates a message box.
49 If ``parent`` is ``NULL`` the message box will be modal, and will use the
72 The building blocks of the message box can be obtained using the
82 Functions that add something to the message box return a pointer to the newly added Widget:
93 Close the message box
96 :cpp:expr:`lv_msgbox_close(msgbox)` closes (deletes) the message box.
98 :cpp:expr:`lv_msgbox_close_async(msgbox)` closes (deletes) the message box
99 asynchronously. This is useful if you want the message box to close the on