X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/81fd047894b93f13b252c2570b00ac234ed6ce8b..59ccbf7fec7543fb2629f195592cb8aa67aa143b:/wxPython/src/aui.i diff --git a/wxPython/src/aui.i b/wxPython/src/aui.i index a544f93864..389abd760c 100755 --- a/wxPython/src/aui.i +++ b/wxPython/src/aui.i @@ -183,13 +183,22 @@ The following example shows a simple implementation that utilizes %ignore wxAuiDefaultTabArt::SetWindow; // Link error... +// ignore this overload +%ignore wxAuiTabContainer::GetPage(size_t idx) const; + + //--------------------------------------------------------------------------- // Get all our defs from the REAL header files. + +#define wxColor wxColour // fix problem in dockart.h + %include framemanager.h %include dockart.h %include floatpane.h %include auibook.h +#undef wxColor + //--------------------------------------------------------------------------- // Methods to inject into the FrameManager class that will sort out calls to // the overloaded versions of GetPane and AddPane