X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/87e53e2a946066ce0925c3bf983f8142e763930c..bb8051f2fd7356b9072e87d3060aaf6abfa04ca3:/include/wx/gtk/toplevel.h diff --git a/include/wx/gtk/toplevel.h b/include/wx/gtk/toplevel.h index 8ee1660d8b..a701afc13e 100644 --- a/include/wx/gtk/toplevel.h +++ b/include/wx/gtk/toplevel.h @@ -20,7 +20,7 @@ // wxTopLevelWindowGTK //----------------------------------------------------------------------------- -class wxTopLevelWindowGTK : public wxTopLevelWindowBase +class WXDLLIMPEXP_CORE wxTopLevelWindowGTK : public wxTopLevelWindowBase { public: // construction @@ -62,8 +62,16 @@ public: virtual bool SetShape(const wxRegion& region); +#if wxABI_VERSION >= 20602 + virtual void RequestUserAttention(int flags = wxUSER_ATTENTION_INFO); +#endif + virtual bool Show(bool show = TRUE); + virtual void Raise(); + + virtual bool IsActive(); + virtual void SetTitle( const wxString &title ); virtual wxString GetTitle() const { return m_title; }