X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..7f7997442007946449b069d250da01f14cdff236:/include/wx/gtk1/toplevel.h?ds=sidebyside diff --git a/include/wx/gtk1/toplevel.h b/include/wx/gtk1/toplevel.h index 21c5532c76..0271b4c353 100644 --- a/include/wx/gtk1/toplevel.h +++ b/include/wx/gtk1/toplevel.h @@ -60,6 +60,8 @@ public: virtual bool ShowFullScreen(bool show, long style = wxFULLSCREEN_ALL); virtual bool IsFullScreen() const { return m_fsIsShowing; }; + virtual bool SetShape(const wxRegion& region); + virtual bool Show(bool show = TRUE); virtual void SetTitle( const wxString &title );