+ // should be called from SetFocus(), returns FALSE if we did nothing with
+ // the focus and the default processing should take place
+ bool DoSetFocus();
+
+ // called from OnChildFocus() handler, i.e. when one of our (grand)
+ // children gets the focus
+ void SetLastFocus(wxWindow *win);