]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/noteevt.inc
moved wxNotebook events docs into a separate file included by both noteevt.tex and...
[wxWidgets.git] / docs / latex / wx / noteevt.inc
diff --git a/docs/latex/wx/noteevt.inc b/docs/latex/wx/noteevt.inc
new file mode 100644 (file)
index 0000000..31f216c
--- /dev/null
@@ -0,0 +1,13 @@
+\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. Processes a
+wxEVT\_COMMAND\_NOTEBOOK\_PAGE\_CHANGED event.}
+\twocolitem{{\bf EVT\_NOTEBOOK\_PAGE\_CHANGING(id, func)}}{The page selection is about to be changed.
+Processes a wxEVT\_COMMAND\_NOTEBOOK\_PAGE\_CHANGING event. This event can be \helpref{vetoed}{wxnotifyeventveto}.}
+\end{twocollist}%
+