Skip to content

Commit

Permalink
[lvgl] Document msgbox changes (#4209)
Browse files Browse the repository at this point in the history
  • Loading branch information
clydebarrow authored Sep 9, 2024
1 parent 53b8120 commit 0379478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/lvgl/widgets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:**

Expand Down

0 comments on commit 0379478

Please sign in to comment.