another attempt to fix wxPanel/wxFrame::m_winLastFocused handling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2001-05-26 22:20:33 +00:00
parent b192a24c92
commit ada8f80775
3 changed files with 9 additions and 10 deletions

View File

@@ -97,6 +97,8 @@ public:
void SetLastFocus(wxWindow *win) { m_winLastFocused = win; }
wxWindow *GetLastFocus() const { return m_winLastFocused; }
virtual void RemoveChild(wxWindowBase *child);
protected:
// common part of all ctors
void Init();