1 
2 /**
3  * GENERATED FILE, DO NOT EDIT IT!
4  * @file lv_label_properties.c
5  */
6 
7 #include "../label/lv_label.h"
8 
9 #if LV_USE_OBJ_PROPERTY && LV_USE_OBJ_PROPERTY_NAME
10 
11 #if LV_USE_LABEL
12 /**
13  * Label 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_label_property_names[4] = {
18     {"long_mode",              LV_PROPERTY_LABEL_LONG_MODE,},
19     {"text",                   LV_PROPERTY_LABEL_TEXT,},
20     {"text_selection_end",     LV_PROPERTY_LABEL_TEXT_SELECTION_END,},
21     {"text_selection_start",   LV_PROPERTY_LABEL_TEXT_SELECTION_START,},
22 };
23 #endif /*LV_USE_LABEL*/
24 
25 /* *INDENT-ON* */
26 #endif
27