]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/choicebevt.inc
set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control...
[wxWidgets.git] / docs / latex / wx / choicebevt.inc
1 \wxheading{Event handling}
2
3 To process input from a listbook control, use the following event handler macros to direct input to member
4 functions that take a wxChoicebookEvent argument.
5
6 \twocolwidtha{7cm}
7 \begin{twocollist}\itemsep=0pt
8 \twocolitem{{\bf EVT\_CHOICEBOOK\_PAGE\_CHANGED(id, func)}}{The page selection was changed. Processes a
9 wxEVT\_COMMAND\_LISTBOOK\_PAGE\_CHANGED event.}
10 \twocolitem{{\bf EVT\_CHOICEBOOK\_PAGE\_CHANGING(id, func)}}{The page selection is about to be changed.
11 Processes a wxEVT\_COMMAND\_CHOICEBOOK\_PAGE\_CHANGING event. This event can be \helpref{vetoed}{wxnotifyeventveto}.}
12 \end{twocollist}
13