X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/954b8ae60391d18b87a604e7919c87c0c6ae208b..3a3ef0bf61017bfa3761e40d1873b3c480f6f034:/docs/latex/wx/eraseevt.tex diff --git a/docs/latex/wx/eraseevt.tex b/docs/latex/wx/eraseevt.tex index a88c15e9e2..0eee070ab1 100644 --- a/docs/latex/wx/eraseevt.tex +++ b/docs/latex/wx/eraseevt.tex @@ -23,7 +23,8 @@ function that takes a wxEraseEvent argument. \wxheading{Remarks} -If the {\bf m\_DC} member is non-NULL, draw into this device context. +Use the {\bf m\_DC} device context to draw into, don't create wxPaintDC in +the event handler. \wxheading{See also} @@ -41,12 +42,11 @@ Constructor. \member{wxDC*}{m\_dc} -The device context associated with the erase event (may be NULL). +The device context associated with the erase event. \membersection{wxEraseEvent::GetDC}\label{wxeraseeventgetdc} \constfunc{wxDC*}{GetDC}{\void} -Returns the device context to draw into. If this is non-NULL, you should draw -into it to perform the erase operation. +Returns the device context to draw into.