]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/taskbarpriv.h
added template wxScopedArray<> too
[wxWidgets.git] / include / wx / gtk / taskbarpriv.h
index f92b680ee15bd924c4e5812e30907de31b3ec77e..242d3c6a8933209640efdc26dd5676bb80ed710e 100644 (file)
@@ -20,13 +20,13 @@ public:
     wxTaskBarIconAreaBase();
 
     // Returns true if SYSTRAY protocol is supported by the desktop
-    bool IsProtocolSupported();
+    static bool IsProtocolSupported();
 
     wxEvtHandler *m_invokingWindow;
 
 protected:
 #if wxUSE_MENUS_NATIVE
-    virtual bool DoPopupMenu( wxMenu *menu, int x, int y );
+    virtual void DoPopupMenuUpdateUI(wxMenu* menu);
 #endif // wxUSE_MENUS_NATIVE
 };