]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
wxTimer::Start() now calls Stop()
[wxWidgets.git] / include / wx / gdicmn.h
index 457c2da1e00fd8cae46aa13295be150a994693a4..b06e329c459b3f00b95d162e0aa711416ccca689 100644 (file)
@@ -313,6 +313,7 @@ public:
     bool operator!=(const wxRect& rect) const { return !(*this == rect); }
 
     bool Inside(int cx, int cy) const;
+    bool Inside(const wxPoint& pt) const { return Inside(pt.x, pt.y); }
     wxRect operator+(const wxRect& rect) const;
     wxRect& operator+=(const wxRect& rect);