X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/32b8ec418aee4e38877d4cb79e2984c766dcc358..ff1865910312d960737474a75a77737d5ce94864:/include/wx/mgl/frame.h diff --git a/include/wx/mgl/frame.h b/include/wx/mgl/frame.h index 7234a2bac2..0964f60afc 100644 --- a/include/wx/mgl/frame.h +++ b/include/wx/mgl/frame.h @@ -3,7 +3,7 @@ // Purpose: // Author: Vaclav Slavik // Id: $Id$ -// Copyright: (c) 2001 Vaclav Slavik +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -26,19 +26,19 @@ class WXDLLEXPORT wxMenuBar; class WXDLLEXPORT wxToolBar; class WXDLLEXPORT wxStatusBar; -class WXDLLEXPORT wxFrame; +class WXDLLEXPORT wxFrameMGL; //----------------------------------------------------------------------------- // wxFrame //----------------------------------------------------------------------------- //FIXME_MGL -class WXDLLEXPORT wxFrame : public wxFrameBase +class WXDLLEXPORT wxFrameMGL : public wxFrameBase { public: // construction - wxFrame() { Init(); } - wxFrame(wxWindow *parent, + wxFrameMGL() { Init(); } + wxFrameMGL(wxWindow *parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, @@ -59,7 +59,7 @@ public: long style = wxDEFAULT_FRAME_STYLE, const wxString& name = wxFrameNameStr) {} - virtual ~wxFrame() {} + virtual ~wxFrameMGL() {} // implement base class pure virtuals virtual void Maximize(bool maximize = TRUE) {} @@ -126,7 +126,7 @@ protected: virtual void DoGetClientSize( int *width, int *height ) const {} private: - DECLARE_DYNAMIC_CLASS(wxFrame) + DECLARE_DYNAMIC_CLASS(wxFrameMGL) }; #endif // __WX_FRAME_H__