]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/noteevt.tex
Using the best visual is now an option.
[wxWidgets.git] / docs / latex / wx / noteevt.tex
index 4fcc6816d6088c28b1f37799906c43a0d86881e6..3c1f9bb8bf96ca2f0748726997682deebec8add7 100644 (file)
@@ -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}\\