X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b236c10f77e9ed0bc3c16d1cceb4a62f7048b4f9..d86c187031547bd2f0604adddef273deedea7907:/docs/latex/wx/focusevt.tex diff --git a/docs/latex/wx/focusevt.tex b/docs/latex/wx/focusevt.tex index 4c32abd8dd..f14592b976 100644 --- a/docs/latex/wx/focusevt.tex +++ b/docs/latex/wx/focusevt.tex @@ -17,6 +17,10 @@ program itself using \helpref{SetFocus}{wxwindowsetfocus}. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event table macros} To process a focus event, use these event handler macros to direct input to a member @@ -34,9 +38,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}! +