Home
last modified time | relevance | path

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

/lvgl-latest/src/widgets/switch/
Dlv_switch.h39 } lv_switch_orientation_t; typedef
61 void lv_switch_set_orientation(lv_obj_t * obj, lv_switch_orientation_t orientation);
72 lv_switch_orientation_t lv_switch_get_orientation(lv_obj_t * obj);
Dlv_switch_private.h37 lv_switch_orientation_t orientation : 3; /**< Orientation of switch*/
Dlv_switch.c88 void lv_switch_set_orientation(lv_obj_t * obj, lv_switch_orientation_t orientation) in lv_switch_set_orientation()
101 lv_switch_orientation_t lv_switch_get_orientation(lv_obj_t * obj) in lv_switch_get_orientation()