Added mini docs to wxListbook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
13
docs/latex/wx/listbevt.inc
Normal file
13
docs/latex/wx/listbevt.inc
Normal file
@@ -0,0 +1,13 @@
|
||||
\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 wxListbookEvent argument.
|
||||
|
||||
\twocolwidtha{7cm}
|
||||
\begin{twocollist}\itemsep=0pt
|
||||
\twocolitem{{\bf EVT\_LISTBOOK\_PAGE\_CHANGED(id, func)}}{The page selection was changed. Processes a
|
||||
wxEVT\_COMMAND\_LISTBOOK\_PAGE\_CHANGED event.}
|
||||
\twocolitem{{\bf EVT\_LISTBOOK\_PAGE\_CHANGING(id, func)}}{The page selection is about to be changed.
|
||||
Processes a wxEVT\_COMMAND\_LISTBOOK\_PAGE\_CHANGING event. This event can be \helpref{vetoed}{wxnotifyeventveto}.}
|
||||
\end{twocollist}
|
||||
|
Reference in New Issue
Block a user