]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_constraints.i
Changes needed for new RTL methods, and also various other updates to
[wxWidgets.git] / wxPython / src / _constraints.i
index 13ceba74f90c9cde78bac7c65daebe099ee0b220..1c0fd75f6d3aa682a9c51ad2c8ae2c81ccb8e2b8 100644 (file)
@@ -233,6 +233,7 @@ button label.", "");
         "is not determinable, -1.", "");
 };
 
+
 DocStr(wxLayoutConstraints,
 "**Note:** constraints are now deprecated and you should use sizers
 instead.
@@ -289,6 +290,8 @@ public:
     DocCtorStr(
         wxLayoutConstraints(),
         "", "");
+
+    ~wxLayoutConstraints();
     
     DocDeclA(
         bool, SatisfyConstraints(wxWindow *win, int *OUTPUT),