]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/listevt.tex
correction for Mac OS compilation
[wxWidgets.git] / docs / latex / wx / listevt.tex
index 2358a8fab537640869dd2d5d010295e7ac381264..867ecda597b24254dea522f41d6f3ffefbccd3c7 100644 (file)
@@ -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}