tested and applied http://article.gmane.org/gmane.comp.lib.wxwidgets.devel/85790/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -102,15 +102,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}
|
||||
|
@@ -172,12 +172,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}
|
||||
|
@@ -94,6 +94,11 @@ position was 0 and the first line wasn't completely visible.
|
||||
|
||||
Deprecated for \helpref{GetRowCount()}{wxvarvscrollhelpergetrowcount}.
|
||||
|
||||
\constfunc{int}{HitTest}{\param{wxCoord }{x}, \param{wxCoord }{y}}
|
||||
\constfunc{int}{HitTest}{\param{const wxPoint\& }{pt}}
|
||||
|
||||
Deprecated for \helpref{VirtualHitTest()}{wxvarscrollhelperbasevirtualhittest}.
|
||||
|
||||
\constfunc{virtual wxCoord}{OnGetLineHeight}{\param{size\_t }{line}}
|
||||
|
||||
Deprecated for \helpref{OnGetRowHeight()}{wxvarvscrollhelperongetrowheight}.
|
||||
|
Reference in New Issue
Block a user