]> git.saurik.com Git - wxWidgets.git/commitdiff
OS/2 Statusbar fixes
authorDavid Webster <Dave.Webster@bhmi.com>
Mon, 2 Oct 2000 02:45:47 +0000 (02:45 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Mon, 2 Oct 2000 02:45:47 +0000 (02:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/os2/frame.h

index 468341d98eddc01f8b423106c7ccd81efbd06043..67a9dc775bceac3356ed5b1917f3c96a3cf8ecdb 100644 (file)
@@ -140,6 +140,10 @@ public:
     void   SetToolTipCtrl(WXHWND hHwndTT) { m_hWndToolTip = hHwndTT; }
 #endif // tooltips
 
+    void      SetClient(WXHWND    c_Hwnd);
+    void      SetClient(wxWindow* c_Window);
+    wxWindow *GetClient();
+
 protected:
     // common part of all ctors
     void         Init(void);