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