Searched refs:lv_spinbox_set_digit_step_direction (Results 1 – 4 of 4) sorted by relevance
101 void lv_spinbox_set_digit_step_direction(lv_obj_t * obj, lv_dir_t direction);
147 void lv_spinbox_set_digit_step_direction(lv_obj_t * obj, lv_dir_t direction) in lv_spinbox_set_digit_step_direction() function
250 lv_spinbox_set_digit_step_direction(spinbox_events, LV_DIR_LEFT); in test_spinbox_event_key_encoder_indev_editing_group_left_step_direction()291 lv_spinbox_set_digit_step_direction(spinbox_events, LV_DIR_LEFT); in test_spinbox_zero_crossing()
44 to the left, the :cpp:expr:`lv_spinbox_set_digit_step_direction(spinbox, LV_DIR_LEFT)` can be used