X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/71908213057690d5452f72b2b9c8e62b53357170..2b004197c8cea40b41632e86cf27857463f985b8:/include/wx/univ/frame.h?ds=sidebyside 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);