X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b8c7ba607a15a2ff8a04448138df9ffff7df6c5..e17b6377be593ce71d722beb3cdcffb67baccf00:/wxPython/src/_region.i diff --git a/wxPython/src/_region.i b/wxPython/src/_region.i index e7d68c7351..25fc06628b 100644 --- a/wxPython/src/_region.i +++ b/wxPython/src/_region.i @@ -96,6 +96,9 @@ public: %Rename(UnionBitmapColour, bool, Union(const wxBitmap& bmp, const wxColour& transColour, int tolerance = 0)); + + + %property(Box, GetBox, doc="See `GetBox`"); }; @@ -126,6 +129,14 @@ public: return self->operator bool(); } }; + + %property(H, GetH, doc="See `GetH`"); + %property(Height, GetHeight, doc="See `GetHeight`"); + %property(Rect, GetRect, doc="See `GetRect`"); + %property(W, GetW, doc="See `GetW`"); + %property(Width, GetWidth, doc="See `GetWidth`"); + %property(X, GetX, doc="See `GetX`"); + %property(Y, GetY, doc="See `GetY`"); };