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

◆ PBS_NOTIFY

#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 102 of file progressbar.h.

◆ PBS_VERTICAL

#define PBS_VERTICAL   0x0002L

Creates progressbar vertically.

Definition at line 108 of file progressbar.h.