]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/listbevt.inc
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / docs / latex / wx / listbevt.inc
CommitLineData
f13a38a5
RR
1\wxheading{Event handling}
2
3To process input from a listbook control, use the following event handler macros to direct input to member
4functions that take a wxListbookEvent argument.
5
6\twocolwidtha{7cm}
7\begin{twocollist}\itemsep=0pt
8\twocolitem{{\bf EVT\_LISTBOOK\_PAGE\_CHANGED(id, func)}}{The page selection was changed. Processes a
9wxEVT\_COMMAND\_LISTBOOK\_PAGE\_CHANGED event.}
10\twocolitem{{\bf EVT\_LISTBOOK\_PAGE\_CHANGING(id, func)}}{The page selection is about to be changed.
11Processes a wxEVT\_COMMAND\_LISTBOOK\_PAGE\_CHANGING event. This event can be \helpref{vetoed}{wxnotifyeventveto}.}
12\end{twocollist}
13