]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
fix for preserving the clip rgn (control redraws missing after switch to faster redra...
[wxWidgets.git] / wxPython / src / grid.i
index a351426bfdb07c48cb3611417a09e15241742165..06bb15121153fe9827afcb4e1b326b3d1a468caf 100644 (file)
@@ -913,7 +913,7 @@ public:
     void base_SetSize(const wxRect& rect);
     void base_Show(bool show, wxGridCellAttr *attr = NULL);
     void base_PaintBackground(const wxRect& rectCell, wxGridCellAttr *attr);
-    void base_IsAcceptedKey(wxKeyEvent& event);
+    bool base_IsAcceptedKey(wxKeyEvent& event);
     void base_StartingKey(wxKeyEvent& event);
     void base_StartingClick();
     void base_HandleReturn(wxKeyEvent& event);
@@ -2038,8 +2038,6 @@ def EVT_GRID_EDITOR_CREATED(win, fn):
 //---------------------------------------------------------------------------
 
 %init %{
-    wxClassInfo::CleanUpClasses();
-    wxClassInfo::InitializeClasses();
 %}
 
 //---------------------------------------------------------------------------