X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/777e547f2cf471e683abd71c3d5f0e0f699da176..58211774c81794d1408967203294af1206b29394:/wxPython/src/aui.i diff --git a/wxPython/src/aui.i b/wxPython/src/aui.i index 75b34fbef7..be013847c5 100755 --- a/wxPython/src/aui.i +++ b/wxPython/src/aui.i @@ -248,6 +248,18 @@ The following example shows a simple implementation that utilizes } } +%extend wxDockInfo { + ~wxDockInfo() {} +} + +%extend wxDockUIPart { + ~wxDockUIPart() {} +} + +%extend wxPaneButton { + ~wxPaneButton() {} +} + //--------------------------------------------------------------------------- %{