]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/aui.i
reSWIGGed
[wxWidgets.git] / wxPython / src / aui.i
index a544f938642e29fe3511bf3650b91c0c6b9f8ae0..389abd760c58f8444326e663b13e7a55bb007ca2 100755 (executable)
@@ -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