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{Event table macros
}
12 To process a focus event, use these event handler macros to direct input to a member
13 function that takes a wxFocusEvent argument.
16 \begin{twocollist
}\itemsep=
0pt
17 \twocolitem{{\bf EVT
\_SET\_FOCUS(func)
}}{Process a wxEVT
\_SET\_FOCUS event.
}
18 \twocolitem{{\bf EVT
\_KILL\_FOCUS(func)
}}{Process a wxEVT
\_KILL\_FOCUS event.
}
23 \helpref{wxWindow::OnSetFocus
}{wxwindowonsetfocus
},
\rtfsp
24 \helpref{wxWindow::OnKillFocus
}{wxwindowonkillfocus
},
\rtfsp
25 \helpref{Event handling overview
}{eventhandlingoverview
}
27 \latexignore{\rtfignore{\wxheading{Members
}}}
29 \membersection{wxFocusEvent::wxFocusEvent
}
31 \func{}{wxFocusEvent
}{\param{WXTYPE
}{eventType =
0},
\param{int
}{id =
0}}