MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Data Fields
_SPININFO Struct Reference

#include <spinbox.h>

Data Fields

int max
 
int min
 
int cur
 

Detailed Description

Structure of the spinbox info

Definition at line 74 of file spinbox.h.

Field Documentation

int cur

Current position value

Definition at line 81 of file spinbox.h.

int max

Maximum position value

Definition at line 77 of file spinbox.h.

int min

Minimum position value

Definition at line 79 of file spinbox.h.


The documentation for this struct was generated from the following file: