#define CTRL_GRIDVIEW "gridview" |
The class name of gridview control.
Definition at line 50 of file gridview.h.
#define GRID_ERR (-1) |
Gridview return value.
Definition at line 65 of file gridview.h.
#define GRID_OKAY 0 |
Gridview return value.
Definition at line 59 of file gridview.h.
#define GV_HALIGN_CENTER 0x00000003 |
Column text horizontal center align
Definition at line 86 of file gridview.h.
#define GV_HALIGN_LEFT 0x00000001 |
The alignment of the cell Column text horizontal left align, default
Definition at line 82 of file gridview.h.
#define GV_HALIGN_MASK 0x0000000F |
Mask of horizontal align type
Definition at line 95 of file gridview.h.
#define GV_HALIGN_RIGHT 0x00000002 |
Column text horizontal right align
Definition at line 84 of file gridview.h.
#define GV_TYPE_CHECKBOX 0x00000300 |
The checkbox type of the cell
Definition at line 107 of file gridview.h.
#define GV_TYPE_HEADER 0x00000500 |
The cell type of the row header or column header
Definition at line 111 of file gridview.h.
#define GV_TYPE_MASK 0x0000FF00 |
Mask of grid cell type
Definition at line 116 of file gridview.h.
#define GV_TYPE_NUMBER 0x00000200 |
The digit type of the cell
Definition at line 105 of file gridview.h.
#define GV_TYPE_SELECTION 0x00000400 |
The type of the cell having selection
Definition at line 109 of file gridview.h.
#define GV_TYPE_TABLEHEADER 0x00000600 |
The cell type of the cell
Definition at line 113 of file gridview.h.
#define GV_TYPE_TEXT 0x00000100 |
The text type of the cell
Definition at line 103 of file gridview.h.
#define GV_TYPE_UNKNOWN 0x00000000 |
The type of the unknown cell, use unknow type to query cell type
Definition at line 101 of file gridview.h.
#define GV_VALIGN_BOTTOM 0x00000020 |
Column text vertical bottom align
Definition at line 90 of file gridview.h.
#define GV_VALIGN_CENTER 0x00000030 |
Column text vertical center align
Definition at line 92 of file gridview.h.
#define GV_VALIGN_MASK 0x000000F0 |
Mask of vertical align type
Definition at line 98 of file gridview.h.
#define GV_VALIGN_TOP 0x00000010 |
Column text vertical top align
Definition at line 88 of file gridview.h.
#define GVS_BOXCHECKED 0x00400000 |
A status of the cell which has a checkbox and the checkbox is checked
Definition at line 128 of file gridview.h.
#define GVS_MULTLINE 0x00100000 |
A style of the cell, which text is multiple line
Definition at line 124 of file gridview.h.
#define GVS_READONLY 0x00200000 |
A status of the cell, which is read only
Definition at line 126 of file gridview.h.
#define GVS_WITHCHECKBOX 0x00020000 |
A style of the cell, which contains a checkbox
Definition at line 121 of file gridview.h.
#define GVS_WITHICON 0x00010000 |
A style of the cell, which has a icon bitmap
Definition at line 119 of file gridview.h.
typedef struct _GRIDCELLDATA GRIDCELLDATA |
Struct of the cell
typedef struct _GRIDCELLDATACHECKBOX GRIDCELLDATACHECKBOX |
Struct of the checkbox type cell
typedef struct _GRIDCELLDATAHEADER GRIDCELLDATAHEADER |
Struct of the header type cell
typedef struct _GRIDCELLDATANUMBER GRIDCELLDATANUMBER |
Struct of the number type cell
typedef struct _GRIDCELLDATASELECTION GRIDCELLDATASELECTION |
Struct of the selection type cell
typedef struct _GRIDCELLDATATEXT GRIDCELLDATATEXT |
Struct of the text type cell
typedef struct _GRIDCELLS GRIDCELLS |
Struct of the selected cell(s)
typedef struct _GRIDVIEWDATA GRIDVIEWDATA |
Struct of the whole grid control