X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71908213057690d5452f72b2b9c8e62b53357170..2b260bc3e2f269de090eefdaefc1450207a7734e:/include/wx/univ/frame.h diff --git a/include/wx/univ/frame.h b/include/wx/univ/frame.h index d47e67e3ba..7c26f6328b 100644 --- a/include/wx/univ/frame.h +++ b/include/wx/univ/frame.h @@ -13,21 +13,13 @@ #define _WX_UNIV_FRAME_H_ #ifdef __GNUG__ - #pragma interface "frame.h" + #pragma interface "univframe.h" #endif // ---------------------------------------------------------------------------- // 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);