]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdicmn.h
move Freeze() and Thaw() to wxWindowBase to ensure that they behave consistently...
[wxWidgets.git] / include / wx / gdicmn.h
index 6817f386494b72f1b342dd43432c86f718f00f7f..a5cee500fc0d238ce7f87b33a5dba3271b047774 100644 (file)
@@ -537,7 +537,7 @@ public:
     // return true if the point is (not strcitly) inside the rect
     bool Contains(int x, int y) const;
     bool Contains(const wxPoint& pt) const { return Contains(pt.x, pt.y); }
-    // return true if the rectangle is (not strcitly) inside the rect
+    // return true if the rectangle 'rect' is (not strictly) inside this rect
     bool Contains(const wxRect& rect) const;
 
 #if WXWIN_COMPATIBILITY_2_6