X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50f3c41d61bd9ae69f215bad923f562d509e063c..84d1cd430f9f4cba81737a45cd40fdb7cbac4f7d:/include/wx/msw/toplevel.h diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index f8d064c24b..b7a4aee882 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -55,6 +55,8 @@ public: virtual void SetIcon(const wxIcon& icon); virtual void SetIcons(const wxIconBundle& icons ); virtual void Restore(); + + virtual void SetLayoutDirection(wxLayoutDirection dir); #ifndef __WXWINCE__ virtual bool SetShape(const wxRegion& region); @@ -71,8 +73,8 @@ public: bool EnableCloseButton(bool enable = true); // Set window transparency if the platform supports it - virtual bool SetTranslucency(int alpha); - virtual bool CanSetTranslucency(); + virtual bool SetTransparent(wxByte alpha); + virtual bool CanSetTransparent(); // implementation from now on