]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
fixed introspection of objects with attrs without string names.
[wxWidgets.git] / wxPython / src / grid.i
index d7d4d4bca35309ec6bb41b5343701e6c0662a615..c01e8a7bbf275b9210b78aa025393ddd3e09d545 100644 (file)
@@ -26,7 +26,8 @@
 //---------------------------------------------------------------------------
 
 %import windows.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__docfilter__ }
 
 
 %include _grid_rename.i
@@ -938,7 +939,7 @@ class wxGridCellFloatEditor : public wxGridCellTextEditor
 {
 public:
     %pythonAppend wxGridCellFloatEditor  "self._setOORInfo(self)"
-    wxGridCellFloatEditor();
+    wxGridCellFloatEditor(int width = -1, int precision = -1);
     virtual wxString GetValue();
 };