X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..2943e582f25ab22c02b609ea86d7ef6e85e475f0:/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; };