[lvgl] Document msgbox changes (#4209)

This commit is contained in:
Clyde Stubbs 2024-09-09 13:59:12 +10:00 committed by GitHub
parent 53b81203fc
commit 0379478223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1124,7 +1124,8 @@ The text will be broken into multiple lines automatically and the height will be
- **buttons** (*Optional*, list): A list of buttons to show at the bottom of the message box:
- **text** (*Optional*, :ref:`text-property`): Text to display on the button.
- See :ref:`lvgl-widget-buttonmatrix` for other options for the buttons.
- **close_button** (*Optional*, boolean): Controls the appearance of the close button to the top right of the message box.
- **button_style** (*Optional*, dict): A style to apply to the buttons. Uses all the typical style properties. Buttons cannot be individually styled since they are part of a ``buttonmatrix``.
- **close_button** (*Optional*, boolean): Controls the presence of the close button to the top right of the message box. Defaults to true
**Actions:**