From: Robin Dunn Date: Sat, 4 Nov 2000 07:41:05 +0000 (+0000) Subject: Added base_IsAcceptedKey which was fogotten somehow... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abbe77c16bb54ad825fcc7934b913b64ee8dcbdf?ds=inline Added base_IsAcceptedKey which was fogotten somehow... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/grid.i b/wxPython/src/grid.i index 6902ace135..1fa8187e59 100644 --- a/wxPython/src/grid.i +++ b/wxPython/src/grid.i @@ -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);