X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f18eaf2687ab42c97ccf469a2617306cadc0c6ef..d3f00f59938d4801a95afa1cd638b8f15c481ee3:/docs/latex/wx/varhvscrollhelper.tex diff --git a/docs/latex/wx/varhvscrollhelper.tex b/docs/latex/wx/varhvscrollhelper.tex index c50f0f8bbd..2f19bd43a0 100644 --- a/docs/latex/wx/varhvscrollhelper.tex +++ b/docs/latex/wx/varhvscrollhelper.tex @@ -39,6 +39,10 @@ rather than from here directly. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxHScrolledWindow}{wxhscrolledwindow}, @@ -102,15 +106,15 @@ Returns the index of the last visible column and row based on the scroll position. This includes any partially visible columns or rows. -\membersection{wxVarHVScrollHelper::HitTest}\label{wxvarhvscrollhelperhittest} +\membersection{wxVarHVScrollHelper::VirtualHitTest}\label{wxvarhvscrollhelpervirtualhittest} -\constfunc{virtual wxPosition}{HitTest}{\param{wxCoord }{x}, \param{wxCoord }{y}} +\constfunc{wxPosition}{VirtualHitTest}{\param{wxCoord }{x}, \param{wxCoord }{y}} -\constfunc{virtual wxPosition}{HitTest}{\param{const wxPoint\& }{pos}} +\constfunc{wxPosition}{VirtualHitTest}{\param{const wxPoint\& }{pos}} -Returns the scroll unit under the device unit given accounting for scroll -position or {\tt wxNOT\_FOUND} (for the row, column, or possibly both values) -if none. +Returns the virtual scroll unit under the device unit given accounting for +scroll position or {\tt wxNOT\_FOUND} (for the row, column, or possibly both +values) if none. \membersection{wxVarHVScrollHelper::IsVisible}\label{wxvarhvscrollhelperisvisible}