From: Robin Dunn Date: Sat, 5 Mar 2005 00:17:37 +0000 (+0000) Subject: Added wx.Rect.IsEmpty X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c3fc056e63b204fc06a591e85f69b8fe41067b68?ds=sidebyside Added wx.Rect.IsEmpty git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/src/_gdicmn.i b/wxPython/src/_gdicmn.i index b4652a72bc..97ea430a07 100644 --- a/wxPython/src/_gdicmn.i +++ b/wxPython/src/_gdicmn.i @@ -453,6 +453,8 @@ public: wxSize GetSize() const; void SetSize( const wxSize &s ); + bool IsEmpty() const; + wxPoint GetTopLeft() const; void SetTopLeft(const wxPoint &p); wxPoint GetBottomRight() const;