X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..e195c8c95fb154d035bab400952fc81c62439549:/docs/latex/wx/listevt.tex diff --git a/docs/latex/wx/listevt.tex b/docs/latex/wx/listevt.tex index 2358a8fab5..867ecda597 100644 --- a/docs/latex/wx/listevt.tex +++ b/docs/latex/wx/listevt.tex @@ -34,6 +34,7 @@ functions that take a wxListEvent argument. \twocolitem{{\bf EVT\_LIST\_KEY\_DOWN(id, func)}}{A key has been pressed.} \twocolitem{{\bf EVT\_LIST\_INSERT\_ITEM(id, func)}}{An item has been inserted.} \twocolitem{{\bf EVT\_LIST\_COL\_CLICK(id, func)}}{A column ({\bf m\_col}) has been left-clicked.} +\twocolitem{{\bf EVT\_LIST\_CACHE\_HINT(id, func)}}{Prepare cache for a virtual list control} \end{twocollist}% \wxheading{See also} @@ -48,6 +49,20 @@ functions that take a wxListEvent argument. Constructor. +\membersection{wxListEvent::GetCacheFrom}\label{wxlisteventgetcachefrom} + +\constfunc{long}{GetCacheFrom}{\void} + +For {\tt EVT\_LIST\_CACHE\_HINT} event only: return the first item which the +list control advises us to cache. + +\membersection{wxListEvent::GetCacheTo}\label{wxlisteventgetcacheto} + +\constfunc{long}{GetCacheTo}{\void} + +For {\tt EVT\_LIST\_CACHE\_HINT} event only: return the last item (inclusive) +which the list control advises us to cache. + \membersection{wxListEvent::GetCode}\label{wxlisteventgetcode} \constfunc{int}{GetCode}{\void}