A paint event is sent when a window's contents needs to be repainted.
Derived from
Include files
<wx/event.h>
Event table macros
To process a paint event, use this event handler macro to direct input to a member function that takes a wxPaintEvent argument.
EVT_PAINT(func) | Process a wxEVT_PAINT event. |
wxWindow::OnPaint, Event handling overview
Members
wxPaintEvent(int id = 0)
Constructor.