Fixed wxPropertyGrid::HitTest() documentation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-02-14 08:48:46 +00:00
parent c824c165b1
commit 58b6a13764
2 changed files with 8 additions and 6 deletions

View 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;

View 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;