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:
@@ -889,9 +889,10 @@ public:
|
|||||||
Returns information about arbitrary position in the grid.
|
Returns information about arbitrary position in the grid.
|
||||||
|
|
||||||
@param pt
|
@param pt
|
||||||
Logical coordinates in the virtual grid space. Use
|
Coordinates in the virtual grid space. You may need to use
|
||||||
wxScrolledWindow::CalcUnscrolledPosition() if you need to
|
wxScrolledWindow::CalcScrolledPosition() for translating
|
||||||
translate a scrolled position into a logical one.
|
wxPropertyGrid client coordinates into something this member
|
||||||
|
function can use.
|
||||||
*/
|
*/
|
||||||
wxPropertyGridHitTestResult HitTest( const wxPoint& pt ) const;
|
wxPropertyGridHitTestResult HitTest( const wxPoint& pt ) const;
|
||||||
|
|
||||||
|
@@ -674,9 +674,10 @@ public:
|
|||||||
Returns information about arbitrary position in the grid.
|
Returns information about arbitrary position in the grid.
|
||||||
|
|
||||||
@param pt
|
@param pt
|
||||||
Logical coordinates in the virtual grid space. Use
|
Coordinates in the virtual grid space. You may need to use
|
||||||
wxScrolledWindow::CalcUnscrolledPosition() if you need to
|
wxScrolledWindow::CalcScrolledPosition() for translating
|
||||||
translate a scrolled position into a logical one.
|
wxPropertyGrid client coordinates into something this member
|
||||||
|
function can use.
|
||||||
*/
|
*/
|
||||||
wxPropertyGridHitTestResult HitTest( const wxPoint& pt ) const;
|
wxPropertyGridHitTestResult HitTest( const wxPoint& pt ) const;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user