mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-18 17:00:31 +08:00
3e61613fdd
e.g. <lv_roller options=... options-mode=normal/>
20 lines
492 B
XML
20 lines
492 B
XML
<!--
|
|
Example
|
|
<lv_calendar src="img1 img2" duration="300" repeat_count="3"/>
|
|
-->
|
|
|
|
<widget>
|
|
<api>
|
|
<prop name="today_year" type="int"/>
|
|
<prop name="today_month" type="int"/>
|
|
<prop name="today_day" type="int"/>
|
|
|
|
<prop name="shown_month" type="int"/>
|
|
<prop name="shown_day" tyepe="int"/>
|
|
|
|
<element name="header_arrow" access="add" help=""/>
|
|
<element name="header_dropdown" access="add" help="">
|
|
<prop name="year_list" type="string"/>
|
|
</element>
|
|
</api>
|
|
</widget> |