X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef0e92205a01c7d0ca6f381cc690cb5d4fa595c9..5acb9127c51a79e792f6faeea6c70f32e622ee17:/include/wx/taskbar.h diff --git a/include/wx/taskbar.h b/include/wx/taskbar.h index f3dedd4b6e..a7f523cced 100644 --- a/include/wx/taskbar.h +++ b/include/wx/taskbar.h @@ -29,6 +29,12 @@ class WXDLLIMPEXP_ADV wxTaskBarIconBase : public wxEvtHandler public: wxTaskBarIconBase() { } +#if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) + static bool IsAvailable(); +#else + static bool IsAvailable() { return true; }; +#endif + // Operations: virtual bool SetIcon(const wxIcon& icon, const wxString& tooltip = wxEmptyString) = 0;