]> git.saurik.com Git - wxWidgets.git/commitdiff
Added base_IsAcceptedKey which was fogotten somehow...
authorRobin Dunn <robin@alldunn.com>
Sat, 4 Nov 2000 07:41:05 +0000 (07:41 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 4 Nov 2000 07:41:05 +0000 (07:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/grid.i

index 6902ace135c5ddbffc5f3aeb2472a9ebf5facf39..1fa8187e596aacb7dc40a7f42d274eaa564cbb94 100644 (file)
@@ -753,6 +753,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);
     void base_StartingKey(wxKeyEvent& event);
     void base_StartingClick();
     void base_HandleReturn(wxKeyEvent& event);