if it loses it now and regains later.
Notice that child window is the direct child of the window receiving event.
-Use \helpref{FindFocus}{wxwindowfindfocus) to retreive the window which is actually getting focus.
+Use \helpref{FindFocus}{wxwindowfindfocus} to retreive the window which is actually getting focus.
\wxheading{Derived from}
<wx/event.h>
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
\wxheading{Event table macros}
To process a child focus event, use this event handler macro to direct input to a member
Returns the direct child which receives the focus, or a (grand-)parent of the control receiving the focus.
-To get the actually focused control use \helpref{wxWindow::FindFocus}{wxwindowfindfocus}
+To get the actually focused control use \helpref{wxWindow::FindFocus}{wxwindowfindfocus}.
+