]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
adding command key accelerator
[wxWidgets.git] / include / wx / gdicmn.h
index bc7cd6d11464a6b6b25a394751eee5831dc8bf6d..8462c37eb2ffa6ec9766154ba40ca68c3bc4f431 100644 (file)
@@ -417,6 +417,8 @@ public:
     // return true if the point is (not strcitly) inside the rect
     bool Inside(int x, int y) const;
     bool Inside(const wxPoint& pt) const { return Inside(pt.x, pt.y); }
+    // return true if the rectangle is (not strcitly) inside the rect
+    bool Inside(const wxRect& rect) const;
 
     // return true if the rectangles have a non empty intersection
     bool Intersects(const wxRect& rect) const;