X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..fc17828ab2cb3dc5dd22d5634ce4f6764e1373fc:/docs/latex/wx/eraseevt.tex diff --git a/docs/latex/wx/eraseevt.tex b/docs/latex/wx/eraseevt.tex index 46fa06ebca..18dfe5c574 100644 --- a/docs/latex/wx/eraseevt.tex +++ b/docs/latex/wx/eraseevt.tex @@ -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.