X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d2bd8475d56ae893f48aa5ca7676f0d9e72825a..eeacbb8c4ff812199e509b36329d1bb237f770a1:/docs/latex/wx/noteevt.tex?ds=sidebyside diff --git a/docs/latex/wx/noteevt.tex b/docs/latex/wx/noteevt.tex index e1c9e7d476..51bc22e9fe 100644 --- a/docs/latex/wx/noteevt.tex +++ b/docs/latex/wx/noteevt.tex @@ -16,16 +16,11 @@ before allowing the user to change it, it should process the PAGE\_CHANGING event, otherwise PAGE\_CHANGED is probably enough. In any case, it is probably unnecessary to process both events at once. -{\bf NB:} under Windows, GetSelection() will return the same value as -GetOldSelection() when called from PAGE\_CHANGING handler and not the page -which is going to be selected if the handler doesn't call Veto(). - \wxheading{Derived from} \helpref{wxNotifyEvent}{wxnotifyevent}\\ \helpref{wxCommandEvent}{wxcommandevent}\\ \helpref{wxEvent}{wxevent}\\ -\helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject} \wxheading{Include files} @@ -43,7 +38,7 @@ which is going to be selected if the handler doesn't call Veto(). \membersection{wxNotebookEvent::wxNotebookEvent}\label{wxnotebookeventconstr} \func{}{wxNotebookEvent}{\param{wxEventType}{ eventType = wxEVT\_NULL}, - \param{int}{ id = 0}, \param{int}{ sel = -1}, \param{int}{ oldSel = -1}} + \param{int}{ id = 0}, \param{int}{ sel = $-1$}, \param{int}{ oldSel = $-1$}} Constructor (used internally by wxWindows only). @@ -51,13 +46,18 @@ Constructor (used internally by wxWindows only). \constfunc{int}{GetOldSelection}{\void} -Returns the page that was selected before the change, -1 if none was selected. +Returns the page that was selected before the change, $-1$ if none was selected. \membersection{wxNotebookEvent::GetSelection}\label{wxnotebookeventgetselection} \constfunc{int}{GetSelection}{\void} -Returns the currently selected page, or -1 if none was selected. +Returns the currently selected page, or $-1$ if none was selected. + +{\bf NB:} under Windows, GetSelection() will return the same value as\rtfsp +\helpref{GetOldSelection()}{wxnotebookeventgetoldselection} when called from +{\tt EVT\_NOTEBOOK\_PAGE\_CHANGING} handler and not the page which is going to +be selected. \membersection{wxNotebookEvent::SetOldSelection}\label{wxnotebookeventsetoldselection}