X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/eb83d250fcff394c282cc2f6b2bd98fe1b2e9f23..b02d43401061e4c691811df24e849d57765dab7b:/include/wx/mac/carbon/toplevel.h diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index 4184559d54..dd7c539bfc 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -60,9 +60,6 @@ public: virtual bool IsMaximized() const; virtual void Iconize(bool iconize = true); virtual bool IsIconized() const; -#ifndef __WXUNIVERSAL__ - virtual void SetIcons(const wxIconBundle& icons); -#endif virtual void Restore(); virtual bool SetShape(const wxRegion& region); @@ -97,10 +94,18 @@ public: virtual void Lower(); virtual bool Show( bool show = true ); + virtual bool ShowWithEffect(wxShowEffect effect, + unsigned timeout = 0, + wxDirection dir = wxBOTTOM); + + virtual bool HideWithEffect(wxShowEffect effect, + unsigned timeout = 0, + wxDirection dir = wxBOTTOM); + virtual void SetExtraStyle(long exStyle) ; - virtual void MacSetBackgroundBrush( const wxBrush &brush ) ; - + virtual bool SetBackgroundColour( const wxColour &colour ); + virtual void MacInstallTopLevelWindowEventHandler() ; bool MacGetMetalAppearance() const ; @@ -129,7 +134,7 @@ protected: // should the frame be maximized when it will be shown? set by Maximize() // when it is called while the frame is hidden bool m_maximizeOnShow; - + WXWindow m_macWindow ; wxWindowMac* m_macFocus ; @@ -156,6 +161,6 @@ private : }; // list of all frames and modeless dialogs -extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; +extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; #endif // _WX_MSW_TOPLEVEL_H_