X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..1c32ded32c384aaf63b3ada820ea65298e0fdf05:/wxPython/src/_constraints.i

diff --git a/wxPython/src/_constraints.i b/wxPython/src/_constraints.i
index e7be8174fe..2bf490f82c 100644
--- a/wxPython/src/_constraints.i
+++ b/wxPython/src/_constraints.i
@@ -132,7 +132,11 @@ public:
     
     wxLayoutConstraints();
 
-    bool SatisfyConstraints(wxWindow *win, int *OUTPUT);
+    
+    DocDeclA(
+        bool, SatisfyConstraints(wxWindow *win, int *OUTPUT),
+        "SatisfyConstraints(Window win) -> (areSatisfied, noChanges)");
+
     bool AreSatisfied() const;
 };