X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f18eaf2687ab42c97ccf469a2617306cadc0c6ef..9e967d5417d49764276cf121a32c35d5770b1332:/docs/latex/wx/varscrollhelperbase.tex diff --git a/docs/latex/wx/varscrollhelperbase.tex b/docs/latex/wx/varscrollhelperbase.tex index 223cd84eba..e781d4511e 100644 --- a/docs/latex/wx/varscrollhelperbase.tex +++ b/docs/latex/wx/varscrollhelperbase.tex @@ -27,6 +27,10 @@ from wxVarScrollHelperBase directly. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{See also} \helpref{wxHScrolledWindow}{wxhscrolledwindow}, @@ -172,12 +176,13 @@ Returns the index of the last visible unit based on the scroll position. This includes the last unit even if it is only partially visible. -\membersection{wxVarScrollHelperBase::HitTest}\label{wxvarscrollhelperbasehittest} +\membersection{wxVarScrollHelperBase::VirtualHitTest}\label{wxvarscrollhelperbasevirtualhittest} -\constfunc{virtual int}{HitTest}{\param{wxCoord }{coord}} +\constfunc{int}{VirtualHitTest}{\param{wxCoord }{coord}} -Returns the scroll unit under the device unit given accounting for scroll -position or {\tt wxNOT\_FOUND} if none (i.e. if it is below the last item). +Returns the virtual scroll unit under the device unit given accounting for +scroll position or {\tt wxNOT\_FOUND} if none (i.e. if it is below the last +item). \membersection{wxVarScrollHelperBase::IsVisible}\label{wxvarscrollhelperbaseisvisible}