Home
last modified time | relevance | path

Searched refs:lv_spinbox_set_step (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/src/widgets/spinbox/
Dlv_spinbox.h79 void lv_spinbox_set_step(lv_obj_t * obj, uint32_t step);
Dlv_spinbox.c110 void lv_spinbox_set_step(lv_obj_t * obj, uint32_t step) in lv_spinbox_set_step() function
/lvgl-latest/demos/stress/
Dlv_demo_stress.c345 lv_spinbox_set_step(obj, 10); in obj_test_task_cb()
349 lv_spinbox_set_step(obj, 100); in obj_test_task_cb()
352 lv_spinbox_set_step(obj, 1); in obj_test_task_cb()
/lvgl-latest/docs/details/widgets/
Dspinbox.rst36 - :cpp:expr:`lv_spinbox_set_step(spinbox, 100)` sets which digit to change on