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

Modules

 Styles of progressbar control
 
 Messages of progressbar control
 
 Notification codes of progressbar control
 

Macros

#define CTRL_PROGRESSBAR   ("progressbar")
 The class name of progressbar control. More...
 
#define PB_OKAY   0
 
#define PB_ERR   -1
 

Detailed Description

Macro Definition Documentation

◆ CTRL_PROGRESSBAR

#define CTRL_PROGRESSBAR   ("progressbar")

The class name of progressbar control.

Definition at line 84 of file progressbar.h.

◆ PB_ERR

#define PB_ERR   -1

Progressbar return value

Definition at line 88 of file progressbar.h.

◆ PB_OKAY

#define PB_OKAY   0

Progressbar return value

Definition at line 86 of file progressbar.h.