]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
replacing old core graphics with new graphics context implementation
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index cdffba933f7ed979e2c122d33152769ef3fde5ef..b50b7160b649d7595d57a66c07fb0bbab0a78e66 100644 (file)
@@ -69,8 +69,8 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
     virtual bool IsFullScreen() const ;
 
-    virtual bool SetTranslucency(int alpha);
-    virtual bool CanSetTranslucency();
+    virtual bool SetTransparent(wxByte alpha);
+    virtual bool CanSetTransparent();
 
 
     // implementation from now on
@@ -99,7 +99,6 @@ public:
 
     virtual void MacSetBackgroundBrush( const wxBrush &brush ) ;
 
-    bool MacUsesCompositing() { return m_macUsesCompositing; }
     virtual void MacInstallTopLevelWindowEventHandler() ;
 
     bool MacGetMetalAppearance() const ;
@@ -126,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 ;