MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros

Macros

#define ANNC_CLICKED   1
 Indicates the user has clicked the control. More...
 
#define ANNC_DBLCLK   2
 Indicates the user has double clicked the control. More...
 
#define ANNC_NOFRAME   3
 Indicates that there is no frame to play. More...
 

Detailed Description

Macro Definition Documentation

◆ ANNC_CLICKED

#define ANNC_CLICKED   1

Indicates the user has clicked the control.

Definition at line 368 of file animation.h.

◆ ANNC_DBLCLK

#define ANNC_DBLCLK   2

Indicates the user has double clicked the control.

Definition at line 374 of file animation.h.

◆ ANNC_NOFRAME

#define ANNC_NOFRAME   3

Indicates that there is no frame to play.

Definition at line 380 of file animation.h.