]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/grid.py
0.1.6-1
[wxWidgets.git] / wxPython / wxPython / grid.py
index 49a359643586d51860179ec609e0dd00a68974b0..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
@@ -30,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
@@ -92,6 +102,8 @@ 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
 wxGridSizeEvent = wx.grid.GridSizeEvent
@@ -116,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()