%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