]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/grid.py
Compilation fixes.
[wxWidgets.git] / wxPython / wxPython / grid.py
index 6e1b8a530cddb756cd0453f23966d03dc4b0c918..043da3b1aa05276be052eacd5cdd44e241f50b42 100644 (file)
@@ -19,6 +19,7 @@ del sys, _wx
 
 
 # Now assign all the reverse-renamed names:
 
 
 # Now assign all the reverse-renamed names:
+wxDateTimeFormatStr = wx.grid.DateTimeFormatStr
 wxGRID_VALUE_STRING = wx.grid.GRID_VALUE_STRING
 wxGRID_VALUE_BOOL = wx.grid.GRID_VALUE_BOOL
 wxGRID_VALUE_NUMBER = wx.grid.GRID_VALUE_NUMBER
 wxGRID_VALUE_STRING = wx.grid.GRID_VALUE_STRING
 wxGRID_VALUE_BOOL = wx.grid.GRID_VALUE_BOOL
 wxGRID_VALUE_NUMBER = wx.grid.GRID_VALUE_NUMBER
@@ -31,29 +32,53 @@ wxGRID_VALUE_DATETIME = wx.grid.GRID_VALUE_DATETIME
 wxGridNoCellCoords = wx.grid.GridNoCellCoords
 wxGridNoCellRect = wx.grid.GridNoCellRect
 wxGridCellRenderer = wx.grid.GridCellRenderer
 wxGridNoCellCoords = wx.grid.GridNoCellCoords
 wxGridNoCellRect = wx.grid.GridNoCellRect
 wxGridCellRenderer = wx.grid.GridCellRenderer
+wxGridCellRendererPtr = wx.grid.GridCellRendererPtr
 wxPyGridCellRenderer = wx.grid.PyGridCellRenderer
 wxPyGridCellRenderer = wx.grid.PyGridCellRenderer
+wxPyGridCellRendererPtr = wx.grid.PyGridCellRendererPtr
 wxGridCellStringRenderer = wx.grid.GridCellStringRenderer
 wxGridCellStringRenderer = wx.grid.GridCellStringRenderer
+wxGridCellStringRendererPtr = wx.grid.GridCellStringRendererPtr
 wxGridCellNumberRenderer = wx.grid.GridCellNumberRenderer
 wxGridCellNumberRenderer = wx.grid.GridCellNumberRenderer
+wxGridCellNumberRendererPtr = wx.grid.GridCellNumberRendererPtr
 wxGridCellFloatRenderer = wx.grid.GridCellFloatRenderer
 wxGridCellFloatRenderer = wx.grid.GridCellFloatRenderer
+wxGridCellFloatRendererPtr = wx.grid.GridCellFloatRendererPtr
 wxGridCellBoolRenderer = wx.grid.GridCellBoolRenderer
 wxGridCellBoolRenderer = wx.grid.GridCellBoolRenderer
+wxGridCellBoolRendererPtr = wx.grid.GridCellBoolRendererPtr
 wxGridCellDateTimeRenderer = wx.grid.GridCellDateTimeRenderer
 wxGridCellDateTimeRenderer = wx.grid.GridCellDateTimeRenderer
+wxGridCellDateTimeRendererPtr = wx.grid.GridCellDateTimeRendererPtr
 wxGridCellEnumRenderer = wx.grid.GridCellEnumRenderer
 wxGridCellEnumRenderer = wx.grid.GridCellEnumRenderer
+wxGridCellEnumRendererPtr = wx.grid.GridCellEnumRendererPtr
 wxGridCellAutoWrapStringRenderer = wx.grid.GridCellAutoWrapStringRenderer
 wxGridCellAutoWrapStringRenderer = wx.grid.GridCellAutoWrapStringRenderer
+wxGridCellAutoWrapStringRendererPtr = wx.grid.GridCellAutoWrapStringRendererPtr
 wxGridCellEditor = wx.grid.GridCellEditor
 wxGridCellEditor = wx.grid.GridCellEditor
+wxGridCellEditorPtr = wx.grid.GridCellEditorPtr
 wxPyGridCellEditor = wx.grid.PyGridCellEditor
 wxPyGridCellEditor = wx.grid.PyGridCellEditor
+wxPyGridCellEditorPtr = wx.grid.PyGridCellEditorPtr
 wxGridCellTextEditor = wx.grid.GridCellTextEditor
 wxGridCellTextEditor = wx.grid.GridCellTextEditor
+wxGridCellTextEditorPtr = wx.grid.GridCellTextEditorPtr
 wxGridCellNumberEditor = wx.grid.GridCellNumberEditor
 wxGridCellNumberEditor = wx.grid.GridCellNumberEditor
+wxGridCellNumberEditorPtr = wx.grid.GridCellNumberEditorPtr
 wxGridCellFloatEditor = wx.grid.GridCellFloatEditor
 wxGridCellFloatEditor = wx.grid.GridCellFloatEditor
+wxGridCellFloatEditorPtr = wx.grid.GridCellFloatEditorPtr
 wxGridCellBoolEditor = wx.grid.GridCellBoolEditor
 wxGridCellBoolEditor = wx.grid.GridCellBoolEditor
+wxGridCellBoolEditorPtr = wx.grid.GridCellBoolEditorPtr
 wxGridCellChoiceEditor = wx.grid.GridCellChoiceEditor
 wxGridCellChoiceEditor = wx.grid.GridCellChoiceEditor
+wxGridCellChoiceEditorPtr = wx.grid.GridCellChoiceEditorPtr
 wxGridCellEnumEditor = wx.grid.GridCellEnumEditor
 wxGridCellEnumEditor = wx.grid.GridCellEnumEditor
+wxGridCellEnumEditorPtr = wx.grid.GridCellEnumEditorPtr
 wxGridCellAutoWrapStringEditor = wx.grid.GridCellAutoWrapStringEditor
 wxGridCellAutoWrapStringEditor = wx.grid.GridCellAutoWrapStringEditor
+wxGridCellAutoWrapStringEditorPtr = wx.grid.GridCellAutoWrapStringEditorPtr
 wxGridCellAttr = wx.grid.GridCellAttr
 wxGridCellAttr = wx.grid.GridCellAttr
+wxGridCellAttrPtr = wx.grid.GridCellAttrPtr
 wxGridCellAttrProvider = wx.grid.GridCellAttrProvider
 wxGridCellAttrProvider = wx.grid.GridCellAttrProvider
+wxGridCellAttrProviderPtr = wx.grid.GridCellAttrProviderPtr
 wxPyGridCellAttrProvider = wx.grid.PyGridCellAttrProvider
 wxPyGridCellAttrProvider = wx.grid.PyGridCellAttrProvider
+wxPyGridCellAttrProviderPtr = wx.grid.PyGridCellAttrProviderPtr
 wxGridTableBase = wx.grid.GridTableBase
 wxGridTableBase = wx.grid.GridTableBase
+wxGridTableBasePtr = wx.grid.GridTableBasePtr
 wxPyGridTableBase = wx.grid.PyGridTableBase
 wxPyGridTableBase = wx.grid.PyGridTableBase
+wxPyGridTableBasePtr = wx.grid.PyGridTableBasePtr
 wxGridStringTable = wx.grid.GridStringTable
 wxGridStringTable = wx.grid.GridStringTable
+wxGridStringTablePtr = wx.grid.GridStringTablePtr
 wxGRIDTABLE_REQUEST_VIEW_GET_VALUES = wx.grid.GRIDTABLE_REQUEST_VIEW_GET_VALUES
 wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES = wx.grid.GRIDTABLE_REQUEST_VIEW_SEND_VALUES
 wxGRIDTABLE_NOTIFY_ROWS_INSERTED = wx.grid.GRIDTABLE_NOTIFY_ROWS_INSERTED
 wxGRIDTABLE_REQUEST_VIEW_GET_VALUES = wx.grid.GRIDTABLE_REQUEST_VIEW_GET_VALUES
 wxGRIDTABLE_REQUEST_VIEW_SEND_VALUES = wx.grid.GRIDTABLE_REQUEST_VIEW_SEND_VALUES
 wxGRIDTABLE_NOTIFY_ROWS_INSERTED = wx.grid.GRIDTABLE_NOTIFY_ROWS_INSERTED
@@ -63,12 +88,19 @@ wxGRIDTABLE_NOTIFY_COLS_INSERTED = wx.grid.GRIDTABLE_NOTIFY_COLS_INSERTED
 wxGRIDTABLE_NOTIFY_COLS_APPENDED = wx.grid.GRIDTABLE_NOTIFY_COLS_APPENDED
 wxGRIDTABLE_NOTIFY_COLS_DELETED = wx.grid.GRIDTABLE_NOTIFY_COLS_DELETED
 wxGridTableMessage = wx.grid.GridTableMessage
 wxGRIDTABLE_NOTIFY_COLS_APPENDED = wx.grid.GRIDTABLE_NOTIFY_COLS_APPENDED
 wxGRIDTABLE_NOTIFY_COLS_DELETED = wx.grid.GRIDTABLE_NOTIFY_COLS_DELETED
 wxGridTableMessage = wx.grid.GridTableMessage
+wxGridTableMessagePtr = wx.grid.GridTableMessagePtr
 wxGridCellCoords = wx.grid.GridCellCoords
 wxGridCellCoords = wx.grid.GridCellCoords
+wxGridCellCoordsPtr = wx.grid.GridCellCoordsPtr
 wxGrid = wx.grid.Grid
 wxGrid = wx.grid.Grid
+wxGridPtr = wx.grid.GridPtr
 wxGridEvent = wx.grid.GridEvent
 wxGridEvent = wx.grid.GridEvent
+wxGridEventPtr = wx.grid.GridEventPtr
 wxGridSizeEvent = wx.grid.GridSizeEvent
 wxGridSizeEvent = wx.grid.GridSizeEvent
+wxGridSizeEventPtr = wx.grid.GridSizeEventPtr
 wxGridRangeSelectEvent = wx.grid.GridRangeSelectEvent
 wxGridRangeSelectEvent = wx.grid.GridRangeSelectEvent
+wxGridRangeSelectEventPtr = wx.grid.GridRangeSelectEventPtr
 wxGridEditorCreatedEvent = wx.grid.GridEditorCreatedEvent
 wxGridEditorCreatedEvent = wx.grid.GridEditorCreatedEvent
+wxGridEditorCreatedEventPtr = wx.grid.GridEditorCreatedEventPtr
 wxEVT_GRID_CELL_LEFT_CLICK = wx.grid.wxEVT_GRID_CELL_LEFT_CLICK
 wxEVT_GRID_CELL_RIGHT_CLICK = wx.grid.wxEVT_GRID_CELL_RIGHT_CLICK
 wxEVT_GRID_CELL_LEFT_DCLICK = wx.grid.wxEVT_GRID_CELL_LEFT_DCLICK
 wxEVT_GRID_CELL_LEFT_CLICK = wx.grid.wxEVT_GRID_CELL_LEFT_CLICK
 wxEVT_GRID_CELL_RIGHT_CLICK = wx.grid.wxEVT_GRID_CELL_RIGHT_CLICK
 wxEVT_GRID_CELL_LEFT_DCLICK = wx.grid.wxEVT_GRID_CELL_LEFT_DCLICK