1 \section{\class{wxFocusEvent
}}\label{wxfocusevent
}
3 A focus event is sent when a window's focus changes.
5 \wxheading{Derived from
}
7 \helpref{wxEvent
}{wxevent
}\\
8 \helpref{wxObject
}{wxobject
}
10 \wxheading{Include files
}
14 \wxheading{Event table macros
}
16 To process a focus event, use these event handler macros to direct input to a member
17 function that takes a wxFocusEvent argument.
20 \begin{twocollist
}\itemsep=
0pt
21 \twocolitem{{\bf EVT
\_SET\_FOCUS(func)
}}{Process a wxEVT
\_SET\_FOCUS event.
}
22 \twocolitem{{\bf EVT
\_KILL\_FOCUS(func)
}}{Process a wxEVT
\_KILL\_FOCUS event.
}
27 \helpref{wxWindow::OnSetFocus
}{wxwindowonsetfocus
},
\rtfsp
28 \helpref{wxWindow::OnKillFocus
}{wxwindowonkillfocus
},
\rtfsp
29 \helpref{Event handling overview
}{eventhandlingoverview
}
31 \latexignore{\rtfignore{\wxheading{Members
}}}
33 \membersection{wxFocusEvent::wxFocusEvent
}
35 \func{}{wxFocusEvent
}{\param{WXTYPE
}{eventType =
0},
\param{int
}{id =
0}}