Home
last modified time | relevance | path

Searched refs:lv_bar_set_orientation (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/widgets/bar/
Dlv_bar.h97 void lv_bar_set_orientation(lv_obj_t * obj, lv_bar_orientation_t orientation);
Dlv_bar.c171 void lv_bar_set_orientation(lv_obj_t * obj, lv_bar_orientation_t orientation) in lv_bar_set_orientation() function
/lvgl-latest/docs/details/widgets/
Dbar.rst41 - :cpp:expr:`lv_bar_set_orientation(bar, orientation)` to override orientation
/lvgl-latest/tests/src/test_cases/widgets/
Dtest_bar.c408 lv_bar_set_orientation(bar, orientation); in bar_create_orientation()
/lvgl-latest/src/widgets/slider/
Dlv_slider.c165 lv_bar_set_orientation(obj, (lv_bar_orientation_t)orientation); in lv_slider_set_orientation()