1<!-- 2Example 3<lv_tabview active="3"> 4 <lv_tabview-tab text="First"> 5 <lv_button/> 6 </lv_tabview-tab/> 7</lv_tabview> 8 --> 9 10<widget> 11 <api> 12 <prop name="active" type="int" help="Zero based index of the tab to select"/> 13 <prop name="tab_bar_position" type="dir(top bottom left right)" help=""/> 14 <element name="tab_bar" type="obj" access="get"> 15 </element> 16 <element name="tab" type="obj" access="add"> 17 <arg name="text" type="string"/> 18 </element> 19 </api> 20</widget> 21