lv_spinbox_private.h¶
-
struct _lv_spinbox_t¶
- #include <lv_spinbox_private.h>
Data of spinbox
Public Members
-
lv_textarea_t ta¶
Ext. of ancestor
-
int32_t value¶
-
int32_t range_max¶
-
int32_t range_min¶
-
int32_t step¶
-
uint32_t digit_count¶
-
uint32_t dec_point_pos¶
if 0, there is no separator and the number is an integer
-
uint32_t rollover¶
Set to true for rollover functionality
-
uint32_t digit_step_dir¶
the direction the digit will step on encoder button press when editing
-
lv_textarea_t ta¶