X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f0125ede4ad4bb914d859d15510f64f88d8ce407..df83b840bbf6441a0166848d49a093557e562926:/docs/latex/wx/noteevt.tex diff --git a/docs/latex/wx/noteevt.tex b/docs/latex/wx/noteevt.tex index 705a3676dc..4dd25d2c4d 100644 --- a/docs/latex/wx/noteevt.tex +++ b/docs/latex/wx/noteevt.tex @@ -2,7 +2,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 +page is changed. It allows the program to examine the current page (which can be retrieved with \helpref{GetOldSelection()}{wxnotebookeventgetoldselection}) and to veto the page change by calling \helpref{Veto()}{wxnotifyeventveto} if, for example, the @@ -21,7 +21,6 @@ unnecessary to process both events at once. \helpref{wxNotifyEvent}{wxnotifyevent}\\ \helpref{wxCommandEvent}{wxcommandevent}\\ \helpref{wxEvent}{wxevent}\\ -\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} \wxheading{Include files} @@ -41,7 +40,7 @@ unnecessary to process both events at once. \func{}{wxNotebookEvent}{\param{wxEventType}{ eventType = wxEVT\_NULL}, \param{int}{ id = 0}, \param{int}{ sel = $-1$}, \param{int}{ oldSel = $-1$}} -Constructor (used internally by wxWindows only). +Constructor (used internally by wxWidgets only). \membersection{wxNotebookEvent::GetOldSelection}\label{wxnotebookeventgetoldselection}