]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/toplevel.h
Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
[wxWidgets.git] / include / wx / mac / carbon / toplevel.h
index 9383af61c6582103d13b96c61c6021af2c0f9061..cdffba933f7ed979e2c122d33152769ef3fde5ef 100644 (file)
@@ -69,6 +69,10 @@ public:
     virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL) ;
     virtual bool IsFullScreen() const ;
 
+    virtual bool SetTranslucency(int alpha);
+    virtual bool CanSetTranslucency();
+
+
     // implementation from now on
     // --------------------------