Macros | |
| #define | wxGRID_AUTOSIZE (-1) |
| Magic constant which tells (to some functions) to automatically calculate the appropriate size. More... | |
| #define wxGRID_AUTOSIZE (-1) |
Magic constant which tells (to some functions) to automatically calculate the appropriate size.
Specifier used to format the data to string for the numbers handled by wxGridCellFloatRenderer and wxGridCellFloatEditor.
| enum wxGridDirection |
Many wxGrid methods work either with columns or rows, this enum is used for the parameter indicating which one should it be.
| Enumerator | |
|---|---|
| wxGRID_COLUMN | |
| wxGRID_ROW | |
| enum wxGridRenderStyle |
Rendering styles supported by wxGrid::Render() method.
| enum wxGridTableRequest |
| wxEventType wxEVT_GRID_CELL_BEGIN_DRAG |
| wxEventType wxEVT_GRID_CELL_CHANGED |
| wxEventType wxEVT_GRID_CELL_CHANGING |
| wxEventType wxEVT_GRID_CELL_LEFT_CLICK |
| wxEventType wxEVT_GRID_CELL_LEFT_DCLICK |
| wxEventType wxEVT_GRID_CELL_RIGHT_CLICK |
| wxEventType wxEVT_GRID_CELL_RIGHT_DCLICK |
| wxEventType wxEVT_GRID_COL_AUTO_SIZE |
| wxEventType wxEVT_GRID_COL_MOVE |
| wxEventType wxEVT_GRID_COL_SIZE |
| wxEventType wxEVT_GRID_COL_SORT |
| wxEventType wxEVT_GRID_EDITOR_CREATED |
| wxEventType wxEVT_GRID_EDITOR_HIDDEN |
| wxEventType wxEVT_GRID_EDITOR_SHOWN |
| wxEventType wxEVT_GRID_LABEL_LEFT_CLICK |
| wxEventType wxEVT_GRID_LABEL_LEFT_DCLICK |
| wxEventType wxEVT_GRID_LABEL_RIGHT_CLICK |
| wxEventType wxEVT_GRID_LABEL_RIGHT_DCLICK |
| wxEventType wxEVT_GRID_RANGE_SELECT |
| wxEventType wxEVT_GRID_ROW_SIZE |
| wxEventType wxEVT_GRID_SELECT_CELL |
| wxEventType wxEVT_GRID_TABBING |