MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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 86 of file spinbox.h.

Field Documentation

◆ cur

int cur

Current position value

Definition at line 93 of file spinbox.h.

◆ max

int max

Maximum position value

Definition at line 89 of file spinbox.h.

◆ min

int min

Minimum position value

Definition at line 91 of file spinbox.h.


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