X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1b8c7ba607a15a2ff8a04448138df9ffff7df6c5..6517912d808bcf0752879c98c339cf628d14a4fb:/wxPython/src/_sashwin.i diff --git a/wxPython/src/_sashwin.i b/wxPython/src/_sashwin.i index 2ae31351a8..7c8f4418cc 100644 --- a/wxPython/src/_sashwin.i +++ b/wxPython/src/_sashwin.i @@ -223,6 +223,10 @@ public: // Set by the app void SetRect(const wxRect& rect); wxRect GetRect() const; + + %property(Flags, GetFlags, SetFlags, doc="See `GetFlags` and `SetFlags`"); + %property(Rect, GetRect, SetRect, doc="See `GetRect` and `SetRect`"); + };