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

Macros

#define GRIDN_HEADLDOWN   1
 This notification code informs a application when the left mouse button down on the gridview.header. More...
 
#define GRIDN_HEADLUP   2
 This notification code informs a application when the left mouse button up on the gridview.header. More...
 
#define GRIDN_KEYDOWN   3
 This notification code informs a application when that a key has been pressed. More...
 
#define GRIDN_CELLDBCLK   4
 This notification code informs a application when the current selected cell has be double clicked. More...
 
#define GRIDN_CELLCLK   5
 This notification code informs a application when the current selected cell has been clicked. More...
 
#define GRIDN_FOCUSCHANGED   6
 This notification code informs a application when the current selected item has changed. More...
 
#define GRIDN_CELLTEXTCHANGED   7
 This notification code informs a application when the cell text has changed. More...
 

Detailed Description

Macro Definition Documentation

◆ GRIDN_CELLCLK

#define GRIDN_CELLCLK   5

This notification code informs a application when the current selected cell has been clicked.

Definition at line 680 of file gridview.h.

◆ GRIDN_CELLDBCLK

#define GRIDN_CELLDBCLK   4

This notification code informs a application when the current selected cell has be double clicked.

Definition at line 674 of file gridview.h.

◆ GRIDN_CELLTEXTCHANGED

#define GRIDN_CELLTEXTCHANGED   7

This notification code informs a application when the cell text has changed.

Definition at line 692 of file gridview.h.

◆ GRIDN_FOCUSCHANGED

#define GRIDN_FOCUSCHANGED   6

This notification code informs a application when the current selected item has changed.

Definition at line 686 of file gridview.h.

◆ GRIDN_HEADLDOWN

#define GRIDN_HEADLDOWN   1

This notification code informs a application when the left mouse button down on the gridview.header.

Definition at line 657 of file gridview.h.

◆ GRIDN_HEADLUP

#define GRIDN_HEADLUP   2

This notification code informs a application when the left mouse button up on the gridview.header.

Definition at line 663 of file gridview.h.

◆ GRIDN_KEYDOWN

#define GRIDN_KEYDOWN   3

This notification code informs a application when that a key has been pressed.

Definition at line 668 of file gridview.h.