mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-19 03:02:27 +08:00
fix(xml): fix widget xmls
This commit is contained in:
@@ -11,6 +11,6 @@ Example
|
||||
<prop name="options" type="string" help="The options as a \n separated string"/>
|
||||
<prop name="selected" type="int" help="The index of the selected option"/>
|
||||
<prop name="symbol" type="string" help="The symbol, usually a caret"/>
|
||||
<element name="list" access="get" help=""/>
|
||||
<element name="list" access="get" type="lv_obj" help=""/>
|
||||
</api>
|
||||
</widget>
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ Example
|
||||
<prop name="tab_bar_position" type="dir(top bottom left right)" help=""/>
|
||||
<element name="tab_bar" type="obj" access="get">
|
||||
</element>
|
||||
<element name="tab" type="obj" access="add">
|
||||
<element name="tab" type="lv_obj" access="add">
|
||||
<arg name="text" type="string"/>
|
||||
</element>
|
||||
</api>
|
||||
|
||||
Reference in New Issue
Block a user