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

Modules

 Styles of button control
 
 States of button control
 
 Messages of button control
 
 Notification codes of button control
 

Macros

#define BTN_WIDTH_BORDER   4
 The width of button border. More...
 
#define CTRL_BUTTON   ("button")
 The class name of button control. More...
 

Detailed Description

Macro Definition Documentation

◆ BTN_WIDTH_BORDER

#define BTN_WIDTH_BORDER   4

The width of button border.

Definition at line 84 of file button.h.

◆ CTRL_BUTTON

#define CTRL_BUTTON   ("button")

The class name of button control.

Definition at line 90 of file button.h.