]>
Commit | Line | Data |
---|---|---|
237302e7 | 1 | // A bunch of %rename directives generated by BuildRenamers in config.py |
d14a1e28 RD |
2 | // in order to remove the wx prefix from all global scope names. |
3 | ||
bf5ff0c3 | 4 | #ifndef BUILDING_RENAMERS |
d14a1e28 RD |
5 | |
6 | %rename(GRID_VALUE_STRING) wxGRID_VALUE_STRING; | |
7 | %rename(GRID_VALUE_BOOL) wxGRID_VALUE_BOOL; | |
8 | %rename(GRID_VALUE_NUMBER) wxGRID_VALUE_NUMBER; | |
9 | %rename(GRID_VALUE_FLOAT) wxGRID_VALUE_FLOAT; | |
10 | %rename(GRID_VALUE_CHOICE) wxGRID_VALUE_CHOICE; | |
11 | %rename(GRID_VALUE_TEXT) wxGRID_VALUE_TEXT; | |
12 | %rename(GRID_VALUE_LONG) wxGRID_VALUE_LONG; | |
13 | %rename(GRID_VALUE_CHOICEINT) wxGRID_VALUE_CHOICEINT; | |
14 | %rename(GRID_VALUE_DATETIME) wxGRID_VALUE_DATETIME; | |
15 | %rename(GridNoCellCoords) wxGridNoCellCoords; | |
16 | %rename(GridNoCellRect) wxGridNoCellRect; | |
a77bf68f RD |
17 | %rename(GRID_DEFAULT_NUMBER_ROWS) wxGRID_DEFAULT_NUMBER_ROWS; |
18 | %rename(GRID_DEFAULT_NUMBER_COLS) wxGRID_DEFAULT_NUMBER_COLS; | |
19 | %rename(GRID_DEFAULT_ROW_HEIGHT) wxGRID_DEFAULT_ROW_HEIGHT; | |
20 | %rename(GRID_DEFAULT_COL_WIDTH) wxGRID_DEFAULT_COL_WIDTH; | |
21 | %rename(GRID_DEFAULT_COL_LABEL_HEIGHT) wxGRID_DEFAULT_COL_LABEL_HEIGHT; | |
22 | %rename(GRID_DEFAULT_ROW_LABEL_WIDTH) wxGRID_DEFAULT_ROW_LABEL_WIDTH; | |
23 | %rename(GRID_LABEL_EDGE_ZONE) wxGRID_LABEL_EDGE_ZONE; | |
24 | %rename(GRID_MIN_ROW_HEIGHT) wxGRID_MIN_ROW_HEIGHT; | |
25 | %rename(GRID_MIN_COL_WIDTH) wxGRID_MIN_COL_WIDTH; | |
26 | %rename(GRID_DEFAULT_SCROLLBAR_WIDTH) wxGRID_DEFAULT_SCROLLBAR_WIDTH; | |
607a3fa0 | 27 | %rename(GridCellWorker) wxGridCellWorker; |
d14a1e28 RD |
28 | %rename(GridCellRenderer) wxGridCellRenderer; |
29 | %rename(PyGridCellRenderer) wxPyGridCellRenderer; | |
30 | %rename(GridCellStringRenderer) wxGridCellStringRenderer; | |
31 | %rename(GridCellNumberRenderer) wxGridCellNumberRenderer; | |
32 | %rename(GridCellFloatRenderer) wxGridCellFloatRenderer; | |
33 | %rename(GridCellBoolRenderer) wxGridCellBoolRenderer; | |
34 | %rename(GridCellDateTimeRenderer) wxGridCellDateTimeRenderer; | |
35 | %rename(GridCellEnumRenderer) wxGridCellEnumRenderer; | |
36 | %rename(GridCellAutoWrapStringRenderer) wxGridCellAutoWrapStringRenderer; | |
37 | %rename(GridCellEditor) wxGridCellEditor; | |
38 | %rename(PyGridCellEditor) wxPyGridCellEditor; | |
39 | %rename(GridCellTextEditor) wxGridCellTextEditor; | |
40 | %rename(GridCellNumberEditor) wxGridCellNumberEditor; | |
41 | %rename(GridCellFloatEditor) wxGridCellFloatEditor; | |
42 | %rename(GridCellBoolEditor) wxGridCellBoolEditor; | |
43 | %rename(GridCellChoiceEditor) wxGridCellChoiceEditor; | |
44 | %rename(GridCellEnumEditor) wxGridCellEnumEditor; | |
45 | %rename(GridCellAutoWrapStringEditor) wxGridCellAutoWrapStringEditor; | |
46 | %rename(GridCellAttr) wxGridCellAttr; | |
47 | %rename(GridCellAttrProvider) wxGridCellAttrProvider; | |
48 | %rename(PyGridCellAttrProvider) wxPyGridCellAttrProvider; | |
49 | %rename(GridTableBase) wxGridTableBase; | |
50 | %rename(PyGridTableBase) wxPyGridTableBase; | |
51 | %rename(GridStringTable) wxGridStringTable; | |
52 | %rename(GRIDTABLE_REQUEST_VIEW_GET_VALUES) wxGRIDTABLE_REQUEST_VIEW_GET_VALUES; | |
53 | %rename(GRIDTABLE_REQUEST_VIEW_SEND_VALUES) wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES; | |
54 | %rename(GRIDTABLE_NOTIFY_ROWS_INSERTED) wxGRIDTABLE_NOTIFY_ROWS_INSERTED; | |
55 | %rename(GRIDTABLE_NOTIFY_ROWS_APPENDED) wxGRIDTABLE_NOTIFY_ROWS_APPENDED; | |
56 | %rename(GRIDTABLE_NOTIFY_ROWS_DELETED) wxGRIDTABLE_NOTIFY_ROWS_DELETED; | |
57 | %rename(GRIDTABLE_NOTIFY_COLS_INSERTED) wxGRIDTABLE_NOTIFY_COLS_INSERTED; | |
58 | %rename(GRIDTABLE_NOTIFY_COLS_APPENDED) wxGRIDTABLE_NOTIFY_COLS_APPENDED; | |
59 | %rename(GRIDTABLE_NOTIFY_COLS_DELETED) wxGRIDTABLE_NOTIFY_COLS_DELETED; | |
60 | %rename(GridTableMessage) wxGridTableMessage; | |
61 | %rename(GridCellCoords) wxGridCellCoords; | |
62 | %rename(Grid) wxGrid; | |
63 | %rename(GridEvent) wxGridEvent; | |
64 | %rename(GridSizeEvent) wxGridSizeEvent; | |
65 | %rename(GridRangeSelectEvent) wxGridRangeSelectEvent; | |
66 | %rename(GridEditorCreatedEvent) wxGridEditorCreatedEvent; | |
67 | ||
68 | #endif |