X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..9b49405777342458dc1666001865eef7309b6c30:/include/wx/osx/toplevel.h diff --git a/include/wx/osx/toplevel.h b/include/wx/osx/toplevel.h index 7983b8c5c6..f544bf99de 100644 --- a/include/wx/osx/toplevel.h +++ b/include/wx/osx/toplevel.h @@ -49,6 +49,9 @@ public: virtual wxPoint GetClientAreaOrigin() const; + virtual bool SetShape(const wxRegion& region) + { return DoSetShape(region); } + // Attracts the users attention to this window if the application is // inactive (should be called when a background event occurs) virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO);