]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
Add the masked package dir
[wxWidgets.git] / wxPython / src / grid.i
index d7d4d4bca35309ec6bb41b5343701e6c0662a615..8abc7cc0a673cd7df4a170476b6772083c68218e 100644 (file)
@@ -938,7 +938,7 @@ class wxGridCellFloatEditor : public wxGridCellTextEditor
 {
 public:
     %pythonAppend wxGridCellFloatEditor  "self._setOORInfo(self)"
-    wxGridCellFloatEditor();
+    wxGridCellFloatEditor(int width = -1, int precision = -1);
     virtual wxString GetValue();
 };