23714996e9
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
628 B
PHP
14 lines
628 B
PHP
\wxheading{Event handling}
|
|
|
|
To process input from a listbook control, use the following event handler macros to direct input to member
|
|
functions that take a wxChoicebookEvent argument.
|
|
|
|
\twocolwidtha{7cm}
|
|
\begin{twocollist}\itemsep=0pt
|
|
\twocolitem{{\bf EVT\_CHOICEBOOK\_PAGE\_CHANGED(id, func)}}{The page selection was changed. Processes a
|
|
wxEVT\_COMMAND\_LISTBOOK\_PAGE\_CHANGED event.}
|
|
\twocolitem{{\bf EVT\_CHOICEBOOK\_PAGE\_CHANGING(id, func)}}{The page selection is about to be changed.
|
|
Processes a wxEVT\_COMMAND\_CHOICEBOOK\_PAGE\_CHANGING event. This event can be \helpref{vetoed}{wxnotifyeventveto}.}
|
|
\end{twocollist}
|
|
|