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
// --------------
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