X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eeca623eddb87fc43d31529a6a09fad96f93b9c5..c57e33394ca152e6e13f10363b76aef6e74a4705:/docs/latex/wx/noteevt.tex?ds=sidebyside diff --git a/docs/latex/wx/noteevt.tex b/docs/latex/wx/noteevt.tex index 3c1f9bb8bf..92d84b60a7 100644 --- a/docs/latex/wx/noteevt.tex +++ b/docs/latex/wx/noteevt.tex @@ -4,7 +4,7 @@ This class represents the events generated by a notebook control: currently, there are two of them. The PAGE\_CHANGING event is sent before the current page is changed. It allows to the program to examine the current page (which can be retrieved with -\helpref{GetOldSelection()}wxnotebookeventgetoldselection}) and to veto the page +\helpref{GetOldSelection()}{wxnotebookeventgetoldselection}) and to veto the page change by calling \helpref{Veto()}{wxnotifyeventveto} if, for example, the current values in the controls of the old page are invalid.