]> git.saurik.com Git - wxWidgets.git/commitdiff
some fixes
authorRobin Dunn <robin@alldunn.com>
Thu, 5 Oct 2006 23:56:13 +0000 (23:56 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 Oct 2006 23:56:13 +0000 (23:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/_graphics.i
wxPython/src/aui.i

index a0bb9caade97f4c5e25339c3e3beb458fb7f4c11..9533e3696f39af08122d241e75719fad3a22db18 100644 (file)
@@ -77,7 +77,7 @@ public:
         return NULL;
     }
     
-    wxGraphicsPath * CreatePath() {}
+    wxGraphicsPath * CreatePath() { return NULL; }
     void PushState() {}
     void PopState() {}
     void Clip( const wxRegion & ) {}
index 75b34fbef7fe4b38d25afeffd0f0d6221fe83a34..9407d7cf40b4996d5b5b0ddcc0647b325d71ea42 100755 (executable)
@@ -248,6 +248,20 @@ The following example shows a simple implementation that utilizes
     }
 }
 
+%extend wxDockInfo {
+    ~wxDockInfo() {}
+}
+
+%extend wxDockUIPart {
+    wxDockUIPart() {}
+    ~wxDockUIPart() {}
+}
+
+%extend wxPaneButton {
+    wxPaneButton() {}
+    ~wxPaneButton() {}
+}
+
 //---------------------------------------------------------------------------
 
 %{