/** * GENERATED FILE, DO NOT EDIT IT! * @file lv_roller_properties.c */ #include "../roller/lv_roller.h" #if LV_USE_OBJ_PROPERTY && LV_USE_OBJ_PROPERTY_NAME #if LV_USE_ROLLER /** * Roller widget property names, name must be in order. * Generated code from properties.py */ /* *INDENT-OFF* */ const lv_property_name_t lv_roller_property_names[3] = { {"options", LV_PROPERTY_ROLLER_OPTIONS,}, {"selected", LV_PROPERTY_ROLLER_SELECTED,}, {"visible_row_count", LV_PROPERTY_ROLLER_VISIBLE_ROW_COUNT,}, }; #endif /*LV_USE_ROLLER*/ /* *INDENT-ON* */ #endif