Home
last modified time | relevance | path

Searched refs:lv_xml_button_apply (Results 1 – 3 of 3) sorted by relevance

/lvgl-latest/src/others/xml/parsers/
Dlv_xml_button_parser.h28 void lv_xml_button_apply(lv_xml_parser_state_t * state, const char ** attrs);
Dlv_xml_button_parser.c49 void lv_xml_button_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_button_apply() function
/lvgl-latest/src/others/xml/
Dlv_xml.c73 lv_xml_widget_register("lv_button", lv_xml_button_create, lv_xml_button_apply); in lv_xml_init()