1 
2 /**
3  * GENERATED FILE, DO NOT EDIT IT!
4  * @file lv_keyboard_properties.c
5  */
6 
7 #include "../keyboard/lv_keyboard.h"
8 
9 #if LV_USE_OBJ_PROPERTY && LV_USE_OBJ_PROPERTY_NAME
10 
11 #if LV_USE_KEYBOARD
12 /**
13  * Keyboard 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_keyboard_property_names[4] = {
18     {"mode",                   LV_PROPERTY_KEYBOARD_MODE,},
19     {"popovers",               LV_PROPERTY_KEYBOARD_POPOVERS,},
20     {"selected_button",        LV_PROPERTY_KEYBOARD_SELECTED_BUTTON,},
21     {"textarea",               LV_PROPERTY_KEYBOARD_TEXTAREA,},
22 };
23 #endif /*LV_USE_KEYBOARD*/
24 
25 /* *INDENT-ON* */
26 #endif
27