X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2bacc6ab950485e4b7e58ce6be0639ff5a936835..2cfbeac8141db28d9a022cdf92c12f82631a3c82:/docs/latex/wx/tchanges.tex diff --git a/docs/latex/wx/tchanges.tex b/docs/latex/wx/tchanges.tex index 31b5acb073..3d47cc2ea5 100644 --- a/docs/latex/wx/tchanges.tex +++ b/docs/latex/wx/tchanges.tex @@ -8,6 +8,13 @@ For other changes (such as additional features, bug fixes, etc.) see the changes \subsection{Incompatible changes since 2.4.x}\label{incompatiblesince24} +\subsubsection{wxEvent and its derivatives loosing public variable members}\label{wxeventpublictoprotected} + +\helpref{wxEvent}{wxevent} and its \helpref{derivatives}{eventhandlingoverview} do not have their public variable members public anymore. +Use the Get/Set accessors as you always should have. + + + \subsubsection{New window repainting behaviour}\label{newwindowrepainting} Windows are no longer fully repainted when resized, use new style \windowstyle{wxFULL\_REPAINT\_ON\_RESIZE} to force this (\windowstyle{wxNO\_FULL\_REPAINT\_ON\_RESIZE} still exists but doesn't do anything any more, this behaviour is default now).