From f5526d3613532a662f65b108007e5fef14c2e940 Mon Sep 17 00:00:00 2001 From: David Webster Date: Mon, 2 Oct 2000 02:45:47 +0000 Subject: [PATCH] OS/2 Statusbar fixes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/os2/frame.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/os2/frame.h b/include/wx/os2/frame.h index 468341d98e..67a9dc775b 100644 --- a/include/wx/os2/frame.h +++ b/include/wx/os2/frame.h @@ -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); -- 2.45.2