Files
xiaozhi-esp32/managed_components/lvgl__lvgl/xmls/lv_tabview.xml
2025-09-05 13:25:11 +08:00

20 lines
514 B
XML

<!--
Example
<lv_tabview active="3">
<lv_tabview-tab text="First">
<lv_button/>
</lv_tabview-tab/>
</lv_tabview>
-->
<widget>
<api>
<prop name="active" type="int" help="Zero based index of the tab to select"/>
<prop name="tab_bar_position" type="enum:lv_dir" help=""/>
<element name="tab_bar" type="lv_obj" access="get">
</element>
<element name="tab" type="lv_obj" access="add">
<arg name="text" type="string"/>
</element>
</api>
</widget>