X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19193a2c85987b595932957e73013e7ea100f0e8..6296744f4530d59e903652747e79ddd34ad7c6ae:/include/wx/os2/frame.h diff --git a/include/wx/os2/frame.h b/include/wx/os2/frame.h index cb078d7380..414ab5ac68 100644 --- a/include/wx/os2/frame.h +++ b/include/wx/os2/frame.h @@ -17,12 +17,12 @@ // #include "wx/os2/wxOs2.h" -class WXDLLEXPORT wxFrameOS2 : public wxFrameBase +class WXDLLEXPORT wxFrame : public wxFrameBase { public: // construction - wxFrameOS2() { Init(); } - wxFrameOS2( wxWindow* pParent + wxFrame() { Init(); } + wxFrame( wxWindow* pParent ,wxWindowID vId ,const wxString& rsTitle ,const wxPoint& rPos = wxDefaultPosition @@ -45,7 +45,7 @@ public: ,const wxString& rsName = wxFrameNameStr ); - virtual ~wxFrameOS2(); + virtual ~wxFrame(); // implement base class pure virtuals virtual void Maximize(bool bMaximize = TRUE); @@ -66,6 +66,7 @@ public: // implementation only from now on // ------------------------------- + void AlterChildPos(void); // override some more virtuals virtual bool Show(bool bShow = TRUE); @@ -246,6 +247,7 @@ private: SWP m_vSwpToolBar; DECLARE_EVENT_TABLE() + DECLARE_DYNAMIC_CLASS(wxFrame) }; #endif