X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5c180caf1bd8fed8fb93852e3c011c630fd2d32a..9bf6a1b80cb856903e15387ebecc926142e73010:/docs/latex/wx/paintevt.tex diff --git a/docs/latex/wx/paintevt.tex b/docs/latex/wx/paintevt.tex index cae225e95e..277b96d962 100644 --- a/docs/latex/wx/paintevt.tex +++ b/docs/latex/wx/paintevt.tex @@ -2,6 +2,11 @@ A paint event is sent when a window's contents needs to be repainted. +Please notice that in general it is impossible to change the drawing of a +standard control (such as \helpref{wxButton}{wxbutton}) and so you shouldn't +attempt to handle paint events for them as even if it might work on some +platforms, this is inherently not portable and won't work everywhere. + \wxheading{Derived from} \helpref{wxEvent}{wxevent}\\ @@ -11,6 +16,10 @@ A paint event is sent when a window's contents needs to be repainted. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event table macros} To process a paint event, use this event handler macro to direct input to a member @@ -88,7 +97,7 @@ void MyWindow::OnPaint(wxPaintEvent& event) \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxPaintEvent::wxPaintEvent} +\membersection{wxPaintEvent::wxPaintEvent}\label{wxpainteventctor} \func{}{wxPaintEvent}{\param{int }{id = 0}}