From 050441c8418274dd97cfe1b8755e582d41ac6c5f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 5 Oct 2006 23:56:13 +0000 Subject: [PATCH] some fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_graphics.i | 2 +- wxPython/src/aui.i | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/wxPython/src/_graphics.i b/wxPython/src/_graphics.i index a0bb9caade..9533e3696f 100644 --- a/wxPython/src/_graphics.i +++ b/wxPython/src/_graphics.i @@ -77,7 +77,7 @@ public: return NULL; } - wxGraphicsPath * CreatePath() {} + wxGraphicsPath * CreatePath() { return NULL; } void PushState() {} void PopState() {} void Clip( const wxRegion & ) {} diff --git a/wxPython/src/aui.i b/wxPython/src/aui.i index 75b34fbef7..9407d7cf40 100755 --- a/wxPython/src/aui.i +++ b/wxPython/src/aui.i @@ -248,6 +248,20 @@ The following example shows a simple implementation that utilizes } } +%extend wxDockInfo { + ~wxDockInfo() {} +} + +%extend wxDockUIPart { + wxDockUIPart() {} + ~wxDockUIPart() {} +} + +%extend wxPaneButton { + wxPaneButton() {} + ~wxPaneButton() {} +} + //--------------------------------------------------------------------------- %{ -- 2.50.0