]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/taskbarpriv.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / gtk / taskbarpriv.h
index 117e4cd04bc689d83445fd34395a8b322645e638..03d2093f7e8ef92730831e28cc2b100356096885 100644 (file)
@@ -26,6 +26,12 @@ public:
 
     // Returns true if SYSTRAY protocol is supported by the desktop
     bool IsProtocolSupported();
+    
+    wxEvtHandler *m_invokingWindow;
+    
+#if wxUSE_MENUS_NATIVE
+    virtual bool DoPopupMenu( wxMenu *menu, int x, int y );
+#endif // wxUSE_MENUS_NATIVE
 };
 
 #endif // _WX_TASKBARPRIV_H_