]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/paintevt.tex
Made wxStubs compile on Unix.
[wxWidgets.git] / docs / latex / wx / paintevt.tex
1 \section{\class{wxPaintEvent}}\label{wxpaintevent}
2
3 A paint event is sent when a window's contents needs to be repainted.
4
5 \wxheading{Derived from}
6
7 \helpref{wxEvent}{wxevent}\\
8 \helpref{wxObject}{wxobject}
9
10 \wxheading{Event table macros}
11
12 To process a paint event, use this event handler macro to direct input to a member
13 function that takes a wxPaintEvent argument.
14
15 \twocolwidtha{7cm}
16 \begin{twocollist}\itemsep=0pt
17 \twocolitem{{\bf EVT\_PAINT(func)}}{Process a wxEVT\_PAINT event.}
18 \end{twocollist}%
19
20 \wxheading{See also}
21
22 \helpref{wxWindow::OnPaint}{wxwindowonpaint}, \helpref{Event handling overview}{eventhandlingoverview}
23
24 \latexignore{\rtfignore{\wxheading{Members}}}
25
26 \membersection{wxPaintEvent::wxPaintEvent}
27
28 \func{}{wxPaintEvent}{\param{int }{id = 0}}
29
30 Constructor.
31