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

#define GRIDN_CELLCLK   5

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

Definition at line 668 of file gridview.h.

#define GRIDN_CELLDBCLK   4

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

Definition at line 662 of file gridview.h.

#define GRIDN_CELLTEXTCHANGED   7

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

Definition at line 680 of file gridview.h.

#define GRIDN_FOCUSCHANGED   6

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

Definition at line 674 of file gridview.h.

#define GRIDN_HEADLDOWN   1

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

Definition at line 645 of file gridview.h.

#define GRIDN_HEADLUP   2

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

Definition at line 651 of file gridview.h.

#define GRIDN_KEYDOWN   3

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

Definition at line 656 of file gridview.h.