wxPathList cleanup by Francesco (patch 1521481)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user