MiniGUI API Reference (MiniGUI-Standalone)  v3.2.0
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

#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 307 of file static.h.

#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 293 of file static.h.