wxEraseEvent docs corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11331 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,7 +23,8 @@ function that takes a wxEraseEvent argument.
|
|||||||
|
|
||||||
\wxheading{Remarks}
|
\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}
|
\wxheading{See also}
|
||||||
|
|
||||||
@@ -41,12 +42,11 @@ Constructor.
|
|||||||
|
|
||||||
\member{wxDC*}{m\_dc}
|
\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}
|
\membersection{wxEraseEvent::GetDC}\label{wxeraseeventgetdc}
|
||||||
|
|
||||||
\constfunc{wxDC*}{GetDC}{\void}
|
\constfunc{wxDC*}{GetDC}{\void}
|
||||||
|
|
||||||
Returns the device context to draw into. If this is non-NULL, you should draw
|
Returns the device context to draw into.
|
||||||
into it to perform the erase operation.
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user