]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wxPython/grid.py
use std menu ids for stock items
[wxWidgets.git] / wxPython / wxPython / grid.py
index 6e1b8a530cddb756cd0453f23966d03dc4b0c918..fad91262026681d6018356f7fe454966623ae465 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.
 ##
 ## 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
 
 # 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,17 @@ 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_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
+wxGridCellWorker = wx.grid.GridCellWorker
 wxGridCellRenderer = wx.grid.GridCellRenderer
 wxPyGridCellRenderer = wx.grid.PyGridCellRenderer
 wxGridCellStringRenderer = wx.grid.GridCellStringRenderer
 wxGridCellRenderer = wx.grid.GridCellRenderer
 wxPyGridCellRenderer = wx.grid.PyGridCellRenderer
 wxGridCellStringRenderer = wx.grid.GridCellStringRenderer
@@ -65,6 +76,8 @@ wxGRIDTABLE_NOTIFY_COLS_DELETED = wx.grid.GRIDTABLE_NOTIFY_COLS_DELETED
 wxGridTableMessage = wx.grid.GridTableMessage
 wxGridCellCoords = wx.grid.GridCellCoords
 wxGrid = wx.grid.Grid
 wxGridTableMessage = wx.grid.GridTableMessage
 wxGridCellCoords = wx.grid.GridCellCoords
 wxGrid = wx.grid.Grid
+wxPreGrid = wx.grid.PreGrid
+wxGrid_GetClassDefaultAttributes = wx.grid.Grid_GetClassDefaultAttributes
 wxGridEvent = wx.grid.GridEvent
 wxGridSizeEvent = wx.grid.GridSizeEvent
 wxGridRangeSelectEvent = wx.grid.GridRangeSelectEvent
 wxGridEvent = wx.grid.GridEvent
 wxGridSizeEvent = wx.grid.GridSizeEvent
 wxGridRangeSelectEvent = wx.grid.GridRangeSelectEvent
@@ -85,6 +98,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_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()
 
 
 d = globals()