]> 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 338073b554e34e1c693ecb40f2ee19ee5cdf96e9..00aac0051815cb9d3e7a40a6d270b50ce8a7e0d7 100644 (file)
@@ -1027,6 +1027,12 @@ public:
     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
     // --------------
 
@@ -1329,9 +1335,8 @@ protected:
     virtual void DoSetWindowVariant( wxWindowVariant variant ) ;
 
     // Must be called when mouse capture is lost to send
-    // wxMouseCaptureLostEvent to windows on capture stack. The argument is
-    // the window gaining capture or NULL if outside of wx code or none.
-    static void NotifyCaptureLost(wxWindow *gainedCapture);
+    // wxMouseCaptureLostEvent to windows on capture stack.
+    static void NotifyCaptureLost();
 
 private:
     // contains the last id generated by NewControlId