-void wxTopLevelWindowGTK::OnSetFocus(wxFocusEvent& event)
-{
-#if 0
- if ( !g_delayedFocus || wxGetTopLevelParent(g_delayedFocus) != this )
- {
- // let the base class version set the focus to the first child which
- // accepts it
- event.Skip();
- }
- //else: the focus will be really set from OnInternalIdle() later
-#endif
-}
-