From dce5c1dbe1eefd05837f5da615c76de90d92a5c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 8 Aug 2001 23:18:01 +0000 Subject: [PATCH] wxEraseEvent docs corrections git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/eraseevt.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 2.45.2