// Modified by:
// Created: 19.05.01
// RCS-ID: $Id$
-// Copyright: (c) 2001 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
+// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// 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:
const wxString& name = wxFrameNameStr);
virtual wxPoint GetClientAreaOrigin() const;
+ virtual bool Enable( bool enable = TRUE );
protected:
void OnSize(wxSizeEvent& event);