MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Styles of progressbar control

Macros

#define PBS_NOTIFY   0x0001L
 Notifies the parent window. More...
 
#define PBS_VERTICAL   0x0002L
 Creates progressbar vertically. More...
 

Detailed Description

Macro Definition Documentation

#define PBS_NOTIFY   0x0001L

Notifies the parent window.

Sends the parent window notification messages when the user clicks or double-clicks the control.

Definition at line 90 of file progressbar.h.

#define PBS_VERTICAL   0x0002L

Creates progressbar vertically.

Definition at line 96 of file progressbar.h.