#define GRIDN_CELLCLK 5 |
This notification code informs a application when the current selected cell has been clicked.
Definition at line 648 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 642 of file gridview.h.
#define GRIDN_CELLTEXTCHANGED 7 |
This notification code informs a application when the cell text has changed.
Definition at line 660 of file gridview.h.
#define GRIDN_FOCUSCHANGED 6 |
This notification code informs a application when the current selected item has changed.
Definition at line 654 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 625 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 631 of file gridview.h.
#define GRIDN_KEYDOWN 3 |
This notification code informs a application when that a key has been pressed.
Definition at line 636 of file gridview.h.