X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24ce4c1875bf69d896a16c82e879544d86f8c120..2b004197c8cea40b41632e86cf27857463f985b8:/include/wx/univ/frame.h diff --git a/include/wx/univ/frame.h b/include/wx/univ/frame.h index 349462b295..7c26f6328b 100644 --- a/include/wx/univ/frame.h +++ b/include/wx/univ/frame.h @@ -5,7 +5,7 @@ // Modified by: // Created: 19.05.01 // RCS-ID: $Id$ -// Copyright: (c) 2001 Vadim Zeitlin +// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -20,14 +20,6 @@ // wxFrame // ---------------------------------------------------------------------------- -#if defined(__WXMSW__) -#define wxFrameNative wxFrameMSW -#elif defined(__WXGTK__) -#define wxFrameNative wxFrameGTK -#elif defined(__WXMGL__) -#define wxFrameNative wxFrameMGL -#endif - class wxFrame : public wxFrameNative { public: @@ -41,6 +33,7 @@ public: const wxString& name = wxFrameNameStr); virtual wxPoint GetClientAreaOrigin() const; + virtual bool Enable( bool enable = TRUE ); protected: void OnSize(wxSizeEvent& event);