lv_spinbox_private.h
API reference for lv_spinbox_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_spinbox.h
Summary
Structs
struct
_lv_spinbox_t
Data of spinbox
| Member | Type | Description |
|---|---|---|
ta | lv_textarea_t | Ext. of ancestor |
value | int32_t | |
range_max | int32_t | |
range_min | int32_t | |
step | int32_t | |
digit_count | uint32_t | |
dec_point_pos | uint32_t | if 0, there is no separator and the number is an integer |
rollover | uint32_t | Set to true for rollover functionality |
digit_step_dir | uint32_t | the direction the digit will step on encoder button press when editing |
Dependencies
lv_obj_private.hlvgl_public.hlv_textarea_private.h
Indirect dependencies
Last updated on