lv_spinbox_private.h

API reference for lv_spinbox_private.h

Report on GitHub
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

MemberTypeDescription
talv_textarea_tExt. of ancestor
valueint32_t
range_maxint32_t
range_minint32_t
stepint32_t
digit_countuint32_t
dec_point_posuint32_tif 0, there is no separator and the number is an integer
rolloveruint32_tSet to true for rollover functionality
digit_step_diruint32_tthe direction the digit will step on encoder button press when editing

Dependencies

How is this guide?

Last updated on

On this page