+ // VZ: no, we set the focus to the last window too. I don't understand why
+ // should we make this distinction: if an app wants to set focus to
+ // some precise control, it may always do it directly, but if we don't
+ // use m_winLastFocused here, the focus won't be set correctly after a
+ // notebook page change nor after frame activation under MSW (it calls
+ // SetFocus too)
+ //
+ // If you still want to have old behaviour for wxGTK, edit the
+ // following line
+#if 0 // def __WXGTK__
+ m_winLastFocused = (wxWindow *)NULL;
+#endif // 0
+
+ if ( !SetFocusToChild() )