MiniGUI API Reference (MiniGUI-Threads)  v3.2.0
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Modules | Data Structures | Macros | Typedefs
CoolBar control

Modules

 Styles of coolbar control
 
 Messages of coolbar control
 

Data Structures

struct  _COOLBARITEMINFO
 

Macros

#define CTRL_COOLBAR   ("CoolBar")
 The class name of coolbar control. More...
 

Typedefs

typedef struct _COOLBARITEMINFO COOLBARITEMINFO
 
typedef COOLBARITEMINFOPCOOLBARITEMINFO
 Data type of the pointer to a COOLBARITEMINFO. More...
 

Detailed Description

Macro Definition Documentation

#define CTRL_COOLBAR   ("CoolBar")

The class name of coolbar control.

Definition at line 72 of file coolbar.h.

Typedef Documentation

Structure of the coolbar item info

Data type of the pointer to a COOLBARITEMINFO.

Definition at line 125 of file coolbar.h.