mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-11 22:28:07 +08:00
3e61613fdd
e.g. <lv_roller options=... options-mode=normal/>
10 lines
153 B
XML
10 lines
153 B
XML
<!--
|
|
Example
|
|
<lv_checkbox text="Option 1"/>
|
|
-->
|
|
|
|
<widget>
|
|
<api>
|
|
<prop name="text" type="string" help="The text of the checkbox"/>
|
|
</api>
|
|
</widget> |