projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Documented wxImage XPM data ctor
[wxWidgets.git]
/
docs
/
latex
/
wx
/
eraseevt.tex
diff --git
a/docs/latex/wx/eraseevt.tex
b/docs/latex/wx/eraseevt.tex
index 46fa06ebca0617b55e2fe8c35d7cc772f2182c68..18dfe5c574a7f37ea9ff0b1f4bd66a7a9607d7a7 100644
(file)
--- a/
docs/latex/wx/eraseevt.tex
+++ b/
docs/latex/wx/eraseevt.tex
@@
-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}
@@
-49,15
+49,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
.