]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
Don't turn off kwargs for these methods any more
[wxWidgets.git] / wxPython / src / grid.i
index d7d4d4bca35309ec6bb41b5343701e6c0662a615..51f571f8e4dc979e50189ecdd3c20e35375f15bb 100644 (file)
@@ -26,7 +26,8 @@
 //---------------------------------------------------------------------------
 
 %import windows.i
-%pythoncode { wx = core }
+%pythoncode { wx = _core }
+%pythoncode { __docfilter__ = wx.__DocFilter(globals()) }
 
 
 %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();
 };
 
@@ -1937,6 +1938,8 @@ public:
     wxWindow* GetGridCornerLabelWindow();
 
 
+    static wxVisualAttributes
+    GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
 };