]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/aui.i
Factory some of wxFilterClassFactory into a base class.
[wxWidgets.git] / wxPython / src / aui.i
index 75b34fbef7fe4b38d25afeffd0f0d6221fe83a34..be013847c56d3621028112c1a8f6d2a53ec4e827 100755 (executable)
@@ -248,6 +248,18 @@ The following example shows a simple implementation that utilizes
     }
 }
 
+%extend wxDockInfo {
+    ~wxDockInfo() {}
+}
+
+%extend wxDockUIPart {
+    ~wxDockUIPart() {}
+}
+
+%extend wxPaneButton {
+    ~wxPaneButton() {}
+}
+
 //---------------------------------------------------------------------------
 
 %{