]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Removed no longer needed "DECLARE_EVENT_TABLE()" completing the previous change.
[wxWidgets.git] / include / wx / window.h
index 6efb7a02497e65633ce96223c800d22312df2558..00aac0051815cb9d3e7a40a6d270b50ce8a7e0d7 100644 (file)
@@ -1027,6 +1027,12 @@ public:
     wxAccessible* GetOrCreateAccessible() ;
 #endif
 
     wxAccessible* GetOrCreateAccessible() ;
 #endif
 
+    
+    // Set window transparency if the platform supports it
+    virtual bool SetTransparent(wxByte WXUNUSED(alpha)) { return false; }
+    virtual bool CanSetTransparent() { return false; }
+
+
     // implementation
     // --------------
 
     // implementation
     // --------------