]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed wxPropertyGrid::HitTest() documentation
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 14 Feb 2009 08:48:46 +0000 (08:48 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sat, 14 Feb 2009 08:48:46 +0000 (08:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/propgrid/propgrid.h
interface/wx/propgrid/propgrid.h

index cbda18e38991109f3f81dec1a9f4f3c26443cc52..2091984aebf6ed22bee14bda3b10e85975244eb7 100644 (file)
@@ -889,9 +889,10 @@ public:
         Returns information about arbitrary position in the grid.
 
         @param pt
-            Logical coordinates in the virtual grid space. Use
-            wxScrolledWindow::CalcUnscrolledPosition() if you need to
-            translate a scrolled position into a logical one.
+            Coordinates in the virtual grid space. You may need to use
+            wxScrolledWindow::CalcScrolledPosition() for translating
+            wxPropertyGrid client coordinates into something this member
+            function can use.
     */
     wxPropertyGridHitTestResult HitTest( const wxPoint& pt ) const;
 
index a2bd673462aee63e5a3523da71f1bf62bd9429db..6d5f72c8c9199c59fb402c37b236e4a53844d0b8 100644 (file)
@@ -674,9 +674,10 @@ public:
         Returns information about arbitrary position in the grid.
 
         @param pt
-            Logical coordinates in the virtual grid space. Use
-            wxScrolledWindow::CalcUnscrolledPosition() if you need to
-            translate a scrolled position into a logical one.
+            Coordinates in the virtual grid space. You may need to use
+            wxScrolledWindow::CalcScrolledPosition() for translating
+            wxPropertyGrid client coordinates into something this member
+            function can use.
     */
     wxPropertyGridHitTestResult HitTest( const wxPoint& pt ) const;