]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/eraseevt.tex
added ReadType convenience functions (patch 1764160)
[wxWidgets.git] / docs / latex / wx / eraseevt.tex
index 46fa06ebca0617b55e2fe8c35d7cc772f2182c68..cd42e186819bcfcc87c89b18ca3619251dcf5349 100644 (file)
@@ -21,6 +21,10 @@ If it is NULL, create your own temporary wxClientDC object.
 
 <wx/event.h>
 
 
 <wx/event.h>
 
+\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
 \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}
 
 
 \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}
 
 
 \wxheading{See also}
 
@@ -49,15 +53,9 @@ the event handler.
 
 Constructor.
 
 
 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}
 
 \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.