]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/taskbar.h
remove the now unused Connect_Timeout()
[wxWidgets.git] / include / wx / taskbar.h
index f3dedd4b6ea849b50607ed46a90315a07b09bac0..a7f523cced173195c58e8dfb8917d2820e729b61 100644 (file)
@@ -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;