Lines Matching refs:spinbox
29 - :cpp:expr:`lv_spinbox_set_value(spinbox, 1234)` sets a new value for the Spinbox.
30 - :cpp:expr:`lv_spinbox_increment(spinbox)` and :cpp:expr:`lv_spinbox_decrement(spinbox)`
32 - :cpp:expr:`lv_spinbox_set_range(spinbox, -1000, 2500)` sets its range. If the
33 value is changed by :cpp:expr:`lv_spinbox_set_value(spinbox)`, by *Keys*,
34 by :cpp:expr:`lv_spinbox_increment(spinbox)` or :cpp:expr:`lv_spinbox_decrement(spinbox)`
36 - :cpp:expr:`lv_spinbox_set_step(spinbox, 100)` sets which digit to change on
38 - :cpp:expr:`lv_spinbox_set_cursor_pos(spinbox, 1)` sets the cursor to a specific
44 to the left, the :cpp:expr:`lv_spinbox_set_digit_step_direction(spinbox, LV_DIR_LEFT)` can be used
49 :cpp:expr:`lv_spinbox_set_digit_format(spinbox, digit_count, separator_position)`
57 :cpp:expr:`lv_spinbox_set_rollover(spinbox, true/false)` enables/disabled
105 .. include:: ../../examples/widgets/spinbox/index.rst