]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/notebook.tex
moved wxNotebook events docs into a separate file included by both noteevt.tex and...
[wxWidgets.git] / docs / latex / wx / notebook.tex
index e25921c0c55d2b8df2e128d3359fbc2cb30d3b5a..0e7c925e66dd7df61dc989fe3b7c057c60d31b4a 100644 (file)
@@ -33,18 +33,7 @@ managed by wxNotebook.
 
 See also \helpref{window styles overview}{windowstyles}.
 
-
-\wxheading{Event handling}
-
-To process input from a notebook control, use the following event handler macros to direct input to member
-functions that take a \helpref{wxNotebookEvent}{wxnotebookevent} argument.
-
-\twocolwidtha{7cm}
-\begin{twocollist}\itemsep=0pt
-\twocolitem{{\bf EVT\_NOTEBOOK\_PAGE\_CHANGED(id, func)}}{The page selection was changed.}
-\twocolitem{{\bf EVT\_NOTEBOOK\_PAGE\_CHANGING(id, func)}}{The page selection is about to be changed.
-This can be prevented by calling \helpref{Veto()}{wxnotifyeventveto}.}
-\end{twocollist}%
+\input noteevt.inc
 
 \wxheading{See also}