]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_constraints.i
reswigged
[wxWidgets.git] / wxPython / src / _constraints.i
index 1c0fd75f6d3aa682a9c51ad2c8ae2c81ccb8e2b8..2af1005bf312e0018ab813a3e06aff584803e6e3 100644 (file)
@@ -231,6 +231,16 @@ 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`");
+    
 };