X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb3234e54961c2e2424724019f4cb305f8295840..dc484d491b15355285a89da275c58c2ef247d1f4:/include/wx/mac/carbon/toplevel.h diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index 9383af61c6..b50b7160b6 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -69,6 +69,10 @@ public: virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ; virtual bool IsFullScreen() const ; + virtual bool SetTransparent(wxByte alpha); + virtual bool CanSetTransparent(); + + // implementation from now on // -------------------------- @@ -95,7 +99,6 @@ public: virtual void MacSetBackgroundBrush( const wxBrush &brush ) ; - bool MacUsesCompositing() { return m_macUsesCompositing; } virtual void MacInstallTopLevelWindowEventHandler() ; bool MacGetMetalAppearance() const ; @@ -122,8 +125,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; - bool m_macUsesCompositing ; - + WXWindow m_macWindow ; wxWindowMac* m_macFocus ;