]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/eraseevt.tex
Mention the Unix printing overview in the general
[wxWidgets.git] / docs / latex / wx / eraseevt.tex
index eb19bd53ab475184355cd4fe45c78913133aaa42..18dfe5c574a7f37ea9ff0b1f4bd66a7a9607d7a7 100644 (file)
@@ -33,8 +33,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}
 
@@ -43,21 +43,15 @@ the event handler.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxEraseEvent::wxEraseEvent}
+\membersection{wxEraseEvent::wxEraseEvent}\label{wxeraseeventctor}
 
 \func{}{wxEraseEvent}{\param{int }{id = 0}, \param{wxDC* }{dc = NULL}}
 
 Constructor.
 
 
 \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}
 
 \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.