]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
Added project files for wxUniv under MSW
[wxWidgets.git] / include / wx / os2 / frame.h
index dd1851cbfb3e0bbc2a3d52d04af39ca2a77b6f1c..23785ee564fd212b7ec437b99247ae366242b47e 100644 (file)
@@ -66,7 +66,6 @@ public:
 
     // override some more virtuals
     virtual bool Show(bool bShow = TRUE);
-    virtual void RemoveChild(wxWindowBase* pChild);
 
     // event handlers
     void OnActivate(wxActivateEvent& rEvent);
@@ -141,6 +140,12 @@ public:
     void   SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; }
 #endif // tooltips
 
+    //
+    // Called by wxWindow whenever it gets focus
+    //
+    void SetLastFocus(wxWindow* pWin) { m_pWinLastFocused = pWin; }
+    wxWindow *GetLastFocus(void) const { return m_pWinLastFocused; }
+
     void      SetClient(WXHWND    c_Hwnd);
     void      SetClient(wxWindow* c_Window);
     wxWindow *GetClient();