]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_sashwin.i
sync with CVS updates
[wxWidgets.git] / wxPython / src / _sashwin.i
index 2ae31351a8ce82d049791755e94832b5db844461..7c8f4418cc67ca5a20a9458118d044e2bd062960 100644 (file)
@@ -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`");
+
 };