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

@@ -33,8 +33,8 @@ function that takes a wxEraseEvent argument.
\wxheading{Remarks}
Use the {\bf m\_DC} device context to draw into, don't create wxPaintDC in
the event handler.
Use the device context returned by \helpref{GetDC}{wxeraseeventgetdc} to draw on,
don't create a wxPaintDC in the event handler.
\wxheading{See also}
@@ -49,15 +49,9 @@ the event handler.
Constructor.
\membersection{wxEraseEvent::m\_dc}\label{wxeraseeventmdc}
\member{wxDC*}{m\_dc}
The device context associated with the erase event.
\membersection{wxEraseEvent::GetDC}\label{wxeraseeventgetdc}
\constfunc{wxDC*}{GetDC}{\void}
Returns the device context to draw into.
Returns the device context associated with the erase event to draw on.