1 
2 /**
3  * GENERATED FILE, DO NOT EDIT IT!
4  * @file lv_roller_properties.c
5  */
6 
7 #include "../roller/lv_roller.h"
8 
9 #if LV_USE_OBJ_PROPERTY && LV_USE_OBJ_PROPERTY_NAME
10 
11 #if LV_USE_ROLLER
12 /**
13  * Roller widget property names, name must be in order.
14  * Generated code from properties.py
15  */
16 /* *INDENT-OFF* */
17 const lv_property_name_t lv_roller_property_names[3] = {
18     {"options",                LV_PROPERTY_ROLLER_OPTIONS,},
19     {"selected",               LV_PROPERTY_ROLLER_SELECTED,},
20     {"visible_row_count",      LV_PROPERTY_ROLLER_VISIBLE_ROW_COUNT,},
21 };
22 #endif /*LV_USE_ROLLER*/
23 
24 /* *INDENT-ON* */
25 #endif
26