X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/72f8c792205f18e8f171468240b6c04ceca000d2..27875fd02150e5d73253e1630d7dd9f729f3ac78:/include/wx/window.h diff --git a/include/wx/window.h b/include/wx/window.h index 6efb7a0249..00aac00518 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -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 // --------------