MiniGUI API Reference (MiniGUI-Processes)  v5.0.6
A mature and proven cross-platform GUI system for embedded and smart IoT devices
Macros
Notification codes of static control

Macros

#define STN_DBLCLK   1
 Notifies a double-click. More...
 
#define STN_CLICKED   4
 Notifies that a static control is clicked. More...
 

Detailed Description

Macro Definition Documentation

◆ STN_CLICKED

#define STN_CLICKED   4

Notifies that a static control is clicked.

The STN_CLICKED notification message is sent when the user clicks a static control that has the SS_NOTIFY style.

Definition at line 319 of file static.h.

◆ STN_DBLCLK

#define STN_DBLCLK   1

Notifies a double-click.

The STN_DBLCLK notification message is sent when the user double-clicks a static control that has the SS_NOTIFY style.

Definition at line 305 of file static.h.