MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
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

◆ SPN_REACHMAX

#define SPN_REACHMAX   2

Notifies that the spin box has reached the maximum limit.

Definition at line 356 of file spinbox.h.

◆ SPN_REACHMIN

#define SPN_REACHMIN   1

Notifies that the spin box has reached the minimum limit.

Definition at line 350 of file spinbox.h.