Reactivtaed the new wxRect code
Changed ordering of includes in configure git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -262,12 +262,9 @@ public:
|
||||
bool operator==(const wxRect& rect) const;
|
||||
bool operator!=(const wxRect& rect) const { return !(*this == rect); }
|
||||
|
||||
// this doesn't compile
|
||||
#if 0
|
||||
bool Inside(int cx, int cy) const;
|
||||
wxRect operator + (const wxRect& rect) const;
|
||||
const wxRect& operator += (const wxRect& rect);
|
||||
#endif
|
||||
|
||||
public:
|
||||
long x, y, width, height;
|
||||
|
Reference in New Issue
Block a user