X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fd128b0c3ab84380d782e45bfa98f181a848df27..8b6e6947fc8fb946391740d66b140413eccb6b6c:/docs/latex/wx/noteevt.tex diff --git a/docs/latex/wx/noteevt.tex b/docs/latex/wx/noteevt.tex index 4fcc6816d6..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. @@ -16,6 +16,10 @@ 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}\\