MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Notification codes of spinbox control

Macros

#define SPN_REACHMIN   1
 Notifies that the spin box has reached the minimum limit. More...
 
#define SPN_REACHMAX   2
 Notifies that the spin box has reached the maximum limit. More...
 

Detailed Description

Macro Definition Documentation

#define SPN_REACHMAX   2

Notifies that the spin box has reached the maximum limit.

Definition at line 344 of file spinbox.h.

#define SPN_REACHMIN   1

Notifies that the spin box has reached the minimum limit.

Definition at line 338 of file spinbox.h.