]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/frame.h
added missing wxSTDs
[wxWidgets.git] / include / wx / univ / frame.h
index 349462b295eb1f36b920b44d0aa11032a4c0038b..7c26f6328bc232411a6b8b54ecee26b230900972 100644 (file)
@@ -5,7 +5,7 @@
 // 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:
@@ -41,6 +33,7 @@ public:
             const wxString& name = wxFrameNameStr);
 
     virtual wxPoint GetClientAreaOrigin() const;
+    virtual bool Enable( bool enable = TRUE );
 
 protected:
     void OnSize(wxSizeEvent& event);