domotic/components/lvgl__lvgl/xmls/lv_calendar.xml
Marc PASTEUR d132f39ff8 move lvgl
2025-12-19 18:08:19 +01:00

19 lines
761 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!--
Example
<lv_calendar src="img1 img2" duration="300" repeat_count="3"/>
-->
<widget>
<api>
<prop name="today_year" type="int" help="Mark todays year in the calendar"/>
<prop name="today_month" type="int" help="Mark todays month in the calendar"/>
<prop name="today_day" type="int" help="Mark todays day in the calendar"/>
<prop name="shown_year" type="int" help="Show this year in the calendar"/>
<prop name="shown_month" type="int" help="Show this month in the calendar"/>
<element name="header_arrow" access="add" help="Add arrow buttons for navigating months"/>
<element name="header_dropdown" access="add" help="Add a dropdown for selecting months or years"/>
</api>
</widget>