]> git.saurik.com Git - wxWidgets.git/commitdiff
Add width and precision params for wxGridCellFloatEditor
authorRobin Dunn <robin@alldunn.com>
Thu, 15 Apr 2004 19:19:26 +0000 (19:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 15 Apr 2004 19:19:26 +0000 (19:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26799 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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();
 };