X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50f3c41d61bd9ae69f215bad923f562d509e063c..a02f7807ce4899bcd5b112b050ba2f8917f21805:/include/wx/msw/toplevel.h diff --git a/include/wx/msw/toplevel.h b/include/wx/msw/toplevel.h index f8d064c24b..cc6e916466 100644 --- a/include/wx/msw/toplevel.h +++ b/include/wx/msw/toplevel.h @@ -71,8 +71,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 @@ -103,6 +103,9 @@ public: // choose the right parent to use with CreateWindow() virtual WXHWND MSWGetParent() const; + // return true if the message was preprocessed and shouldn't be dispatched + virtual bool MSWProcessMessage(WXMSG* pMsg); + // window proc for the frames WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);