]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/grid.py
78d0f988d7757e01a491de922ec76d6ae375c6f6
[wxWidgets.git] / wxPython / wxPython / grid.py
1 ## This file reverse renames symbols in the wx package to give
2 ## them their wx prefix again, for backwards compatibility.
3 ##
4 ## Generated by BuildRenamers in config.py
5
6 # This silly stuff here is so the wxPython.wx module doesn't conflict
7 # with the wx package. We need to import modules from the wx package
8 # here, then we'll put the wxPython.wx entry back in sys.modules.
9 import sys
10 _wx = None
11 if sys.modules.has_key('wxPython.wx'):
12 _wx = sys.modules['wxPython.wx']
13 del sys.modules['wxPython.wx']
14
15 import wx.grid
16
17 sys.modules['wxPython.wx'] = _wx
18 del sys, _wx
19
20
21 # Now assign all the reverse-renamed names:
22 wxDateTimeFormatStr = wx.grid.DateTimeFormatStr
23 wxGRID_VALUE_STRING = wx.grid.GRID_VALUE_STRING
24 wxGRID_VALUE_BOOL = wx.grid.GRID_VALUE_BOOL
25 wxGRID_VALUE_NUMBER = wx.grid.GRID_VALUE_NUMBER
26 wxGRID_VALUE_FLOAT = wx.grid.GRID_VALUE_FLOAT
27 wxGRID_VALUE_CHOICE = wx.grid.GRID_VALUE_CHOICE
28 wxGRID_VALUE_TEXT = wx.grid.GRID_VALUE_TEXT
29 wxGRID_VALUE_LONG = wx.grid.GRID_VALUE_LONG
30 wxGRID_VALUE_CHOICEINT = wx.grid.GRID_VALUE_CHOICEINT
31 wxGRID_VALUE_DATETIME = wx.grid.GRID_VALUE_DATETIME
32 wxGridNoCellCoords = wx.grid.GridNoCellCoords
33 wxGridNoCellRect = wx.grid.GridNoCellRect
34 WXGRID_DEFAULT_NUMBER_ROWS = wx.grid.WXGRID_DEFAULT_NUMBER_ROWS
35 WXGRID_DEFAULT_NUMBER_COLS = wx.grid.WXGRID_DEFAULT_NUMBER_COLS
36 WXGRID_DEFAULT_ROW_HEIGHT = wx.grid.WXGRID_DEFAULT_ROW_HEIGHT
37 WXGRID_DEFAULT_COL_WIDTH = wx.grid.WXGRID_DEFAULT_COL_WIDTH
38 WXGRID_DEFAULT_COL_LABEL_HEIGHT = wx.grid.WXGRID_DEFAULT_COL_LABEL_HEIGHT
39 WXGRID_DEFAULT_ROW_LABEL_WIDTH = wx.grid.WXGRID_DEFAULT_ROW_LABEL_WIDTH
40 WXGRID_LABEL_EDGE_ZONE = wx.grid.WXGRID_LABEL_EDGE_ZONE
41 WXGRID_MIN_ROW_HEIGHT = wx.grid.WXGRID_MIN_ROW_HEIGHT
42 WXGRID_MIN_COL_WIDTH = wx.grid.WXGRID_MIN_COL_WIDTH
43 WXGRID_DEFAULT_SCROLLBAR_WIDTH = wx.grid.WXGRID_DEFAULT_SCROLLBAR_WIDTH
44 wxGridCellRenderer = wx.grid.GridCellRenderer
45 wxGridCellRendererPtr = wx.grid.GridCellRendererPtr
46 wxPyGridCellRenderer = wx.grid.PyGridCellRenderer
47 wxPyGridCellRendererPtr = wx.grid.PyGridCellRendererPtr
48 wxGridCellStringRenderer = wx.grid.GridCellStringRenderer
49 wxGridCellStringRendererPtr = wx.grid.GridCellStringRendererPtr
50 wxGridCellNumberRenderer = wx.grid.GridCellNumberRenderer
51 wxGridCellNumberRendererPtr = wx.grid.GridCellNumberRendererPtr
52 wxGridCellFloatRenderer = wx.grid.GridCellFloatRenderer
53 wxGridCellFloatRendererPtr = wx.grid.GridCellFloatRendererPtr
54 wxGridCellBoolRenderer = wx.grid.GridCellBoolRenderer
55 wxGridCellBoolRendererPtr = wx.grid.GridCellBoolRendererPtr
56 wxGridCellDateTimeRenderer = wx.grid.GridCellDateTimeRenderer
57 wxGridCellDateTimeRendererPtr = wx.grid.GridCellDateTimeRendererPtr
58 wxGridCellEnumRenderer = wx.grid.GridCellEnumRenderer
59 wxGridCellEnumRendererPtr = wx.grid.GridCellEnumRendererPtr
60 wxGridCellAutoWrapStringRenderer = wx.grid.GridCellAutoWrapStringRenderer
61 wxGridCellAutoWrapStringRendererPtr = wx.grid.GridCellAutoWrapStringRendererPtr
62 wxGridCellEditor = wx.grid.GridCellEditor
63 wxGridCellEditorPtr = wx.grid.GridCellEditorPtr
64 wxPyGridCellEditor = wx.grid.PyGridCellEditor
65 wxPyGridCellEditorPtr = wx.grid.PyGridCellEditorPtr
66 wxGridCellTextEditor = wx.grid.GridCellTextEditor
67 wxGridCellTextEditorPtr = wx.grid.GridCellTextEditorPtr
68 wxGridCellNumberEditor = wx.grid.GridCellNumberEditor
69 wxGridCellNumberEditorPtr = wx.grid.GridCellNumberEditorPtr
70 wxGridCellFloatEditor = wx.grid.GridCellFloatEditor
71 wxGridCellFloatEditorPtr = wx.grid.GridCellFloatEditorPtr
72 wxGridCellBoolEditor = wx.grid.GridCellBoolEditor
73 wxGridCellBoolEditorPtr = wx.grid.GridCellBoolEditorPtr
74 wxGridCellChoiceEditor = wx.grid.GridCellChoiceEditor
75 wxGridCellChoiceEditorPtr = wx.grid.GridCellChoiceEditorPtr
76 wxGridCellEnumEditor = wx.grid.GridCellEnumEditor
77 wxGridCellEnumEditorPtr = wx.grid.GridCellEnumEditorPtr
78 wxGridCellAutoWrapStringEditor = wx.grid.GridCellAutoWrapStringEditor
79 wxGridCellAutoWrapStringEditorPtr = wx.grid.GridCellAutoWrapStringEditorPtr
80 wxGridCellAttr = wx.grid.GridCellAttr
81 wxGridCellAttrPtr = wx.grid.GridCellAttrPtr
82 wxGridCellAttrProvider = wx.grid.GridCellAttrProvider
83 wxGridCellAttrProviderPtr = wx.grid.GridCellAttrProviderPtr
84 wxPyGridCellAttrProvider = wx.grid.PyGridCellAttrProvider
85 wxPyGridCellAttrProviderPtr = wx.grid.PyGridCellAttrProviderPtr
86 wxGridTableBase = wx.grid.GridTableBase
87 wxGridTableBasePtr = wx.grid.GridTableBasePtr
88 wxPyGridTableBase = wx.grid.PyGridTableBase
89 wxPyGridTableBasePtr = wx.grid.PyGridTableBasePtr
90 wxGridStringTable = wx.grid.GridStringTable
91 wxGridStringTablePtr = wx.grid.GridStringTablePtr
92 wxGRIDTABLE_REQUEST_VIEW_GET_VALUES = wx.grid.GRIDTABLE_REQUEST_VIEW_GET_VALUES
93 wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES = wx.grid.GRIDTABLE_REQUEST_VIEW_SEND_VALUES
94 wxGRIDTABLE_NOTIFY_ROWS_INSERTED = wx.grid.GRIDTABLE_NOTIFY_ROWS_INSERTED
95 wxGRIDTABLE_NOTIFY_ROWS_APPENDED = wx.grid.GRIDTABLE_NOTIFY_ROWS_APPENDED
96 wxGRIDTABLE_NOTIFY_ROWS_DELETED = wx.grid.GRIDTABLE_NOTIFY_ROWS_DELETED
97 wxGRIDTABLE_NOTIFY_COLS_INSERTED = wx.grid.GRIDTABLE_NOTIFY_COLS_INSERTED
98 wxGRIDTABLE_NOTIFY_COLS_APPENDED = wx.grid.GRIDTABLE_NOTIFY_COLS_APPENDED
99 wxGRIDTABLE_NOTIFY_COLS_DELETED = wx.grid.GRIDTABLE_NOTIFY_COLS_DELETED
100 wxGridTableMessage = wx.grid.GridTableMessage
101 wxGridTableMessagePtr = wx.grid.GridTableMessagePtr
102 wxGridCellCoords = wx.grid.GridCellCoords
103 wxGridCellCoordsPtr = wx.grid.GridCellCoordsPtr
104 wxGrid = wx.grid.Grid
105 wxGridPtr = wx.grid.GridPtr
106 wxPreGrid = wx.grid.PreGrid
107 wxGrid_GetClassDefaultAttributes = wx.grid.Grid_GetClassDefaultAttributes
108 wxGridEvent = wx.grid.GridEvent
109 wxGridEventPtr = wx.grid.GridEventPtr
110 wxGridSizeEvent = wx.grid.GridSizeEvent
111 wxGridSizeEventPtr = wx.grid.GridSizeEventPtr
112 wxGridRangeSelectEvent = wx.grid.GridRangeSelectEvent
113 wxGridRangeSelectEventPtr = wx.grid.GridRangeSelectEventPtr
114 wxGridEditorCreatedEvent = wx.grid.GridEditorCreatedEvent
115 wxGridEditorCreatedEventPtr = wx.grid.GridEditorCreatedEventPtr
116 wxEVT_GRID_CELL_LEFT_CLICK = wx.grid.wxEVT_GRID_CELL_LEFT_CLICK
117 wxEVT_GRID_CELL_RIGHT_CLICK = wx.grid.wxEVT_GRID_CELL_RIGHT_CLICK
118 wxEVT_GRID_CELL_LEFT_DCLICK = wx.grid.wxEVT_GRID_CELL_LEFT_DCLICK
119 wxEVT_GRID_CELL_RIGHT_DCLICK = wx.grid.wxEVT_GRID_CELL_RIGHT_DCLICK
120 wxEVT_GRID_LABEL_LEFT_CLICK = wx.grid.wxEVT_GRID_LABEL_LEFT_CLICK
121 wxEVT_GRID_LABEL_RIGHT_CLICK = wx.grid.wxEVT_GRID_LABEL_RIGHT_CLICK
122 wxEVT_GRID_LABEL_LEFT_DCLICK = wx.grid.wxEVT_GRID_LABEL_LEFT_DCLICK
123 wxEVT_GRID_LABEL_RIGHT_DCLICK = wx.grid.wxEVT_GRID_LABEL_RIGHT_DCLICK
124 wxEVT_GRID_ROW_SIZE = wx.grid.wxEVT_GRID_ROW_SIZE
125 wxEVT_GRID_COL_SIZE = wx.grid.wxEVT_GRID_COL_SIZE
126 wxEVT_GRID_RANGE_SELECT = wx.grid.wxEVT_GRID_RANGE_SELECT
127 wxEVT_GRID_CELL_CHANGE = wx.grid.wxEVT_GRID_CELL_CHANGE
128 wxEVT_GRID_SELECT_CELL = wx.grid.wxEVT_GRID_SELECT_CELL
129 wxEVT_GRID_EDITOR_SHOWN = wx.grid.wxEVT_GRID_EDITOR_SHOWN
130 wxEVT_GRID_EDITOR_HIDDEN = wx.grid.wxEVT_GRID_EDITOR_HIDDEN
131 wxEVT_GRID_EDITOR_CREATED = wx.grid.wxEVT_GRID_EDITOR_CREATED
132
133
134 d = globals()
135 for k, v in wx.grid.__dict__.iteritems():
136 if k.startswith('EVT'):
137 d[k] = v
138 del d, k, v
139
140
141