X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d07d2bc9d05408c58b76c53a0a291915b88e5064..6a223074d30c2ec81b688f2c0f14845fdaa4da81:/wxPython/src/_constraints.i diff --git a/wxPython/src/_constraints.i b/wxPython/src/_constraints.i index 13ceba74f9..2af1005bf3 100644 --- a/wxPython/src/_constraints.i +++ b/wxPython/src/_constraints.i @@ -231,8 +231,19 @@ button label.", ""); int , GetEdge(wxEdge which, wxWindow *thisWin, wxWindow *other) const, "Get the value of this edge or dimension, or if this\n" "is not determinable, -1.", ""); + + %property(Done, GetDone, SetDone, doc="See `GetDone` and `SetDone`"); + %property(Margin, GetMargin, SetMargin, doc="See `GetMargin` and `SetMargin`"); + %property(MyEdge, GetMyEdge, doc="See `GetMyEdge`"); + %property(OtherEdge, GetOtherEdge, doc="See `GetOtherEdge`"); + %property(OtherWindow, GetOtherWindow, doc="See `GetOtherWindow`"); + %property(Percent, GetPercent, doc="See `GetPercent`"); + %property(Relationship, GetRelationship, SetRelationship, doc="See `GetRelationship` and `SetRelationship`"); + %property(Value, GetValue, SetValue, doc="See `GetValue` and `SetValue`"); + }; + DocStr(wxLayoutConstraints, "**Note:** constraints are now deprecated and you should use sizers instead. @@ -289,6 +300,8 @@ public: DocCtorStr( wxLayoutConstraints(), "", ""); + + ~wxLayoutConstraints(); DocDeclA( bool, SatisfyConstraints(wxWindow *win, int *OUTPUT),