mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-27 18:34:13 +08:00
docs(msgbox) fix typo (#3095)
This commit is contained in:
@@ -27,7 +27,7 @@ The message box is built from other widgets, so you can check these widgets' doc
|
|||||||
|
|
||||||
If `parent` is `NULL` the message box will be modal. `title` and `txt` are strings for the title and the text.
|
If `parent` is `NULL` the message box will be modal. `title` and `txt` are strings for the title and the text.
|
||||||
`btn_txts[]` is an array with the buttons' text. E.g. `const char * btn_txts[] = {"Ok", "Cancel", NULL}`.
|
`btn_txts[]` is an array with the buttons' text. E.g. `const char * btn_txts[] = {"Ok", "Cancel", NULL}`.
|
||||||
`add_colse_btn` can be `true` or `false` to add/don't add a close button.
|
`add_close_btn` can be `true` or `false` to add/don't add a close button.
|
||||||
|
|
||||||
### Get the parts
|
### Get the parts
|
||||||
The building blocks of the message box can be obtained using the following functions:
|
The building blocks of the message box can be obtained using the following functions:
|
||||||
|
|||||||
Reference in New Issue
Block a user