Removed m_ variables from the documentation, since they are now protected and should not be used directly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock
2005-01-18 15:13:34 +00:00
parent b4b76d6115
commit 0599486175
6 changed files with 15 additions and 97 deletions

View File

@@ -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).