2024-11-22 10:46:13 +01:00
|
|
|
<!--
|
|
|
|
Example
|
|
|
|
<lv_tabview active="3">
|
|
|
|
<lv_tabview-tab text="First">
|
|
|
|
<lv_button/>
|
|
|
|
</lv_tabview-tab/>
|
|
|
|
</lv_tabview>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<widget>
|
|
|
|
<api>
|
2025-01-08 17:25:06 +01:00
|
|
|
<prop name="active" type="int" help="Zero based index of the tab to select"/>
|
|
|
|
<prop name="tab_bar_position" type="dir(top bottom left right)" help=""/>
|
2024-11-22 10:46:13 +01:00
|
|
|
<element name="tab_bar" type="obj" access="get">
|
|
|
|
</element>
|
|
|
|
<element name="tab" type="obj" access="add">
|
2025-01-08 17:25:06 +01:00
|
|
|
<arg name="text" type="string"/>
|
2024-11-22 10:46:13 +01:00
|
|
|
</element>
|
|
|
|
</api>
|
|
|
|
</widget>
|