]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_grid_rename.i
Don't depend on the default formatting of wx.DateTime objects for
[wxWidgets.git] / wxPython / src / _grid_rename.i
index 4ec2aecf436d951f012cf4feea3fd751cc9c67be..befc12a39db5d09172db609f929e505b7006d0a5 100644 (file)
@@ -1,7 +1,7 @@
-// A bunch of %rename directives generated by ./distrib/build_renamers.py
+// A bunch of %rename directives generated by BuildRenamers in config.py
 // in order to remove the wx prefix from all global scope names.
 
-#ifndef SWIGXML
+#ifndef BUILDING_RENAMERS
 
 %rename(GRID_VALUE_STRING)                  wxGRID_VALUE_STRING;
 %rename(GRID_VALUE_BOOL)                    wxGRID_VALUE_BOOL;
 %rename(GRID_VALUE_DATETIME)                wxGRID_VALUE_DATETIME;
 %rename(GridNoCellCoords)                   wxGridNoCellCoords;
 %rename(GridNoCellRect)                     wxGridNoCellRect;
+%rename(GRID_DEFAULT_NUMBER_ROWS)           wxGRID_DEFAULT_NUMBER_ROWS;
+%rename(GRID_DEFAULT_NUMBER_COLS)           wxGRID_DEFAULT_NUMBER_COLS;
+%rename(GRID_DEFAULT_ROW_HEIGHT)            wxGRID_DEFAULT_ROW_HEIGHT;
+%rename(GRID_DEFAULT_COL_WIDTH)             wxGRID_DEFAULT_COL_WIDTH;
+%rename(GRID_DEFAULT_COL_LABEL_HEIGHT)      wxGRID_DEFAULT_COL_LABEL_HEIGHT;
+%rename(GRID_DEFAULT_ROW_LABEL_WIDTH)       wxGRID_DEFAULT_ROW_LABEL_WIDTH;
+%rename(GRID_LABEL_EDGE_ZONE)               wxGRID_LABEL_EDGE_ZONE;
+%rename(GRID_MIN_ROW_HEIGHT)                wxGRID_MIN_ROW_HEIGHT;
+%rename(GRID_MIN_COL_WIDTH)                 wxGRID_MIN_COL_WIDTH;
+%rename(GRID_DEFAULT_SCROLLBAR_WIDTH)       wxGRID_DEFAULT_SCROLLBAR_WIDTH;
 %rename(GridCellRenderer)                   wxGridCellRenderer;
 %rename(PyGridCellRenderer)                 wxPyGridCellRenderer;
 %rename(GridCellStringRenderer)             wxGridCellStringRenderer;