Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/slider/
Dlv_slider.h42 } lv_slider_orientation_t; typedef
110 void lv_slider_set_orientation(lv_obj_t * obj, lv_slider_orientation_t orientation);
163 lv_slider_orientation_t lv_slider_get_orientation(lv_obj_t * slider);
Dlv_slider.c163 void lv_slider_set_orientation(lv_obj_t * obj, lv_slider_orientation_t orientation) in lv_slider_set_orientation()
196 lv_slider_orientation_t lv_slider_get_orientation(lv_obj_t * slider) in lv_slider_get_orientation()
/lvgl-latest/src/others/xml/parsers/
Dlv_xml_slider_parser.c26 static lv_slider_orientation_t orentation_text_to_enum_value(const char * txt);
79 static lv_slider_orientation_t orentation_text_to_enum_value(const char * txt) in orentation_text_to_enum_value()