]>
Commit | Line | Data |
---|---|---|
f6bcfd97 BP |
1 | |
2 | ||
3 | # Stuff these names into the wx namespace so wxPyConstructObject can find them | |
4 | ||
5 | wx.wxGridEventPtr = wxGridEventPtr | |
6 | wx.wxGridSizeEventPtr = wxGridSizeEventPtr | |
7 | wx.wxGridRangeSelectEventPtr = wxGridRangeSelectEventPtr | |
bf7945ce | 8 | wx.wxGridEditorCreatedEventPtr = wxGridEditorCreatedEventPtr |
f6bcfd97 BP |
9 | wx.wxGridCellRendererPtr = wxGridCellRendererPtr |
10 | wx.wxPyGridCellRendererPtr = wxPyGridCellRendererPtr | |
11 | wx.wxGridCellEditorPtr = wxGridCellEditorPtr | |
12 | wx.wxPyGridCellEditorPtr = wxPyGridCellEditorPtr | |
13 | wx.wxGridCellAttrPtr = wxGridCellAttrPtr | |
14 | wx.wxGridCellAttrProviderPtr = wxGridCellAttrProviderPtr | |
15 | wx.wxPyGridCellAttrProviderPtr = wxPyGridCellAttrProviderPtr | |
16 | wx.wxGridTableBasePtr = wxGridTableBasePtr | |
17 | wx.wxPyGridTableBasePtr = wxPyGridTableBasePtr | |
18 | wx.wxGridTableMessagePtr = wxGridTableMessagePtr | |
19 | wx.wxGridCellCoordsPtr = wxGridCellCoordsPtr | |
20 | wx.wxGridPtr = wxGridPtr |