X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8204abdefe62d9903692f6758ec1ecded4034cd6..1a87edf286921de9b182f3d19adb6bb63ba85ebd:/docs/latex/wx/focusevt.tex diff --git a/docs/latex/wx/focusevt.tex b/docs/latex/wx/focusevt.tex index 8826dd2ee6..84fb596719 100644 --- a/docs/latex/wx/focusevt.tex +++ b/docs/latex/wx/focusevt.tex @@ -34,9 +34,19 @@ function that takes a wxFocusEvent argument. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxFocusEvent::wxFocusEvent} + +\membersection{wxFocusEvent::wxFocusEvent}\label{wxfocuseventctor} \func{}{wxFocusEvent}{\param{WXTYPE }{eventType = 0}, \param{int }{id = 0}} Constructor. + +\membersection{wxFocusEvent::GetWindow}\label{wxfocuseventgetwindow} + +Returns the window associated with this event, that is the window which had the +focus before for the \texttt{wxEVT\_SET\_FOCUS} event and the window which is +going to receive focus for the \texttt{wxEVT\_KILL\_FOCUS} one. + +Warning: the window pointer may be \texttt{NULL}! +