X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f4fcc2919776cffa5e3b2f0d44dd24c41e652ff4..5595181f48d45d2c277c7d40a4d24bea42d6847b:/docs/latex/wx/eraseevt.tex diff --git a/docs/latex/wx/eraseevt.tex b/docs/latex/wx/eraseevt.tex index eb19bd53ab..cd42e18681 100644 --- a/docs/latex/wx/eraseevt.tex +++ b/docs/latex/wx/eraseevt.tex @@ -21,6 +21,10 @@ If it is NULL, create your own temporary wxClientDC object. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event table macros} To process an erase event, use this event handler macro to direct input to a member @@ -33,8 +37,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} @@ -43,21 +47,15 @@ the event handler. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxEraseEvent::wxEraseEvent} +\membersection{wxEraseEvent::wxEraseEvent}\label{wxeraseeventctor} \func{}{wxEraseEvent}{\param{int }{id = 0}, \param{wxDC* }{dc = NULL}} Constructor. -\membersection{wxEraseEvent::m\_dc} - -\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.