From 9d5244b1eeb78a5b9be933045edb949f319e26e9 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Jul 2006 00:16:55 +0000 Subject: [PATCH 1/1] wxPathList cleanup by Francesco (patch 1521481) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_textctrl.i | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wxPython/src/_textctrl.i b/wxPython/src/_textctrl.i index f735f344eb..f6755ef430 100644 --- a/wxPython/src/_textctrl.i +++ b/wxPython/src/_textctrl.i @@ -346,6 +346,10 @@ the client area origin nor scrolling. ", "", #ifdef __WXMAC__ virtual void MacCheckSpelling(bool check); +#else + %extend { + void MacCheckSpelling(bool check) {} + } #endif // generate the wxEVT_COMMAND_TEXT_UPDATED event, like SetValue() does -- 2.45.2