X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34d71f81f4810c55092005c113039a8857422185..6caa0f5cd18fe9fb39c207d5f31fa5633479a822:/wxPython/src/aui.i diff --git a/wxPython/src/aui.i b/wxPython/src/aui.i index c52977fd1f..a5b3ff5f00 100755 --- a/wxPython/src/aui.i +++ b/wxPython/src/aui.i @@ -134,8 +134,13 @@ The following example shows a simple implementation that utilizes // Preprocessor stuff so SWIG doesn't get confused when %include-ing // the aui .h files. +%ignore wxUSE_AUI; +%ignore wxUSE_MENUS; +%ignore wxABI_VERSION; #define wxUSE_AUI 1 #define wxUSE_MENUS 1 +#define wxABI_VERSION 99999 + #define WXDLLIMPEXP_AUI #define unsigned #define wxDEPRECATED(decl) @@ -737,9 +742,4 @@ class wxPyAuiTabArt : public wxAuiDefaultTabArt //--------------------------------------------------------------------------- -#undef wxUSE_AUI -#undef wxUSE_MENUS -#undef WXDLLIMPEXP_AUI - -//---------------------------------------------------------------------------