X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8e88e9846a39813e6a36a66e0a9cf09148d85a16..e3ab69523b78d79752943ab6d044c334045a1e57:/include/wx/osx/toplevel.h diff --git a/include/wx/osx/toplevel.h b/include/wx/osx/toplevel.h index f544bf99de..14fb396b8b 100644 --- a/include/wx/osx/toplevel.h +++ b/include/wx/osx/toplevel.h @@ -44,12 +44,12 @@ public: const wxString& name = wxFrameNameStr); virtual ~wxTopLevelWindowMac(); - + virtual bool Destroy(); virtual wxPoint GetClientAreaOrigin() const; - virtual bool SetShape(const wxRegion& region) + virtual bool SetShape(const wxRegion& region) { return DoSetShape(region); } // Attracts the users attention to this window if the application is @@ -62,7 +62,10 @@ public: virtual void Iconize(bool iconize = true); virtual bool IsIconized() const; virtual void Restore(); + + virtual bool IsActive(); + virtual void ShowWithoutActivating(); virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ; virtual bool IsFullScreen() const ; @@ -71,7 +74,10 @@ public: virtual void SetTitle( const wxString& title); virtual wxString GetTitle() const; - + + virtual void OSXSetModified(bool modified); + virtual bool OSXIsModified() const; + protected: // common part of all ctors void Init();