17 lines
476 B
XML
17 lines
476 B
XML
<!--
|
|
Example
|
|
<lv_switch width="100" height="40"/>
|
|
-->
|
|
|
|
<widget>
|
|
<api>
|
|
<enumdef name="lv_switch_orientation" help="Switch orientation">
|
|
<enum name="auto" help="Choose based on widget size"/>
|
|
<enum name="horizontal" help="Horizontal switch"/>
|
|
<enum name="vertical" help="Vertical switch"/>
|
|
</enumdef>
|
|
|
|
<prop name="orientation" type="enum:lv_switch_orientation" help="Set switch orientation"/>
|
|
</api>
|
|
</widget>
|