From: Vadim Zeitlin Date: Sun, 19 Dec 2004 14:48:29 +0000 (+0000) Subject: documented GetWindow() method X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35b92f05302b1e2728bdea6a2a850ebcaf2e701f documented GetWindow() method git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/focusevt.tex b/docs/latex/wx/focusevt.tex index 4c32abd8dd..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}\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}! +