]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/frame.h
Removed 'interface' pragma for gcc 2.96
[wxWidgets.git] / 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);