]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/grid.py
rv hack
[wxWidgets.git] / wxPython / wxPython / grid.py
index fc0bb6d9fd7b56ed493c22bb78e98101afe64b91..f94389f540a9c8f25513391e6a5c4d7a0198f6a7 100644 (file)
@@ -1,7 +1,7 @@
 ## This file reverse renames symbols in the wx package to give
 ## them their wx prefix again, for backwards compatibility.
 ##
-## Generated by ./distrib/build_renamers.py
+## Generated by BuildRenamers in config.py
 
 # This silly stuff here is so the wxPython.wx module doesn't conflict
 # with the wx package.  We need to import modules from the wx package
@@ -19,7 +19,6 @@ del sys, _wx
 
 
 # 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
@@ -31,6 +30,16 @@ wxGRID_VALUE_CHOICEINT = wx.grid.GRID_VALUE_CHOICEINT
 wxGRID_VALUE_DATETIME = wx.grid.GRID_VALUE_DATETIME
 wxGridNoCellCoords = wx.grid.GridNoCellCoords
 wxGridNoCellRect = wx.grid.GridNoCellRect
+wxGRID_DEFAULT_NUMBER_ROWS = wx.grid.GRID_DEFAULT_NUMBER_ROWS
+wxGRID_DEFAULT_NUMBER_COLS = wx.grid.GRID_DEFAULT_NUMBER_COLS
+wxGRID_DEFAULT_ROW_HEIGHT = wx.grid.GRID_DEFAULT_ROW_HEIGHT
+wxGRID_DEFAULT_COL_WIDTH = wx.grid.GRID_DEFAULT_COL_WIDTH
+wxGRID_DEFAULT_COL_LABEL_HEIGHT = wx.grid.GRID_DEFAULT_COL_LABEL_HEIGHT
+wxGRID_DEFAULT_ROW_LABEL_WIDTH = wx.grid.GRID_DEFAULT_ROW_LABEL_WIDTH
+wxGRID_LABEL_EDGE_ZONE = wx.grid.GRID_LABEL_EDGE_ZONE
+wxGRID_MIN_ROW_HEIGHT = wx.grid.GRID_MIN_ROW_HEIGHT
+wxGRID_MIN_COL_WIDTH = wx.grid.GRID_MIN_COL_WIDTH
+wxGRID_DEFAULT_SCROLLBAR_WIDTH = wx.grid.GRID_DEFAULT_SCROLLBAR_WIDTH
 wxGridCellRenderer = wx.grid.GridCellRenderer
 wxGridCellRendererPtr = wx.grid.GridCellRendererPtr
 wxPyGridCellRenderer = wx.grid.PyGridCellRenderer
@@ -93,6 +102,7 @@ wxGridCellCoords = wx.grid.GridCellCoords
 wxGridCellCoordsPtr = wx.grid.GridCellCoordsPtr
 wxGrid = wx.grid.Grid
 wxGridPtr = wx.grid.GridPtr
+wxPreGrid = wx.grid.PreGrid
 wxGrid_GetClassDefaultAttributes = wx.grid.Grid_GetClassDefaultAttributes
 wxGridEvent = wx.grid.GridEvent
 wxGridEventPtr = wx.grid.GridEventPtr
@@ -118,6 +128,7 @@ wxEVT_GRID_SELECT_CELL = wx.grid.wxEVT_GRID_SELECT_CELL
 wxEVT_GRID_EDITOR_SHOWN = wx.grid.wxEVT_GRID_EDITOR_SHOWN
 wxEVT_GRID_EDITOR_HIDDEN = wx.grid.wxEVT_GRID_EDITOR_HIDDEN
 wxEVT_GRID_EDITOR_CREATED = wx.grid.wxEVT_GRID_EDITOR_CREATED
+wxEVT_GRID_CELL_BEGIN_DRAG = wx.grid.wxEVT_GRID_CELL_BEGIN_DRAG
 
 
 d = globals()