From: Vadim Zeitlin Date: Wed, 12 Jan 2000 14:52:04 +0000 (+0000) Subject: clarification of PAGE_CHANGING event X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/eeca623eddb87fc43d31529a6a09fad96f93b9c5 clarification of PAGE_CHANGING event git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/noteevt.tex b/docs/latex/wx/noteevt.tex index 4fcc6816d6..3c1f9bb8bf 100644 --- a/docs/latex/wx/noteevt.tex +++ b/docs/latex/wx/noteevt.tex @@ -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}\\