X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d64396087f37acb856849381cc2cadc7c61c302f..7d61c83f406d54aefe0aac9b6de39bdc8f1c295f:/include/wx/gtk/taskbarpriv.h diff --git a/include/wx/gtk/taskbarpriv.h b/include/wx/gtk/taskbarpriv.h index e2bb1da53b..58a4381952 100644 --- a/include/wx/gtk/taskbarpriv.h +++ b/include/wx/gtk/taskbarpriv.h @@ -9,17 +9,11 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#ifndef _WX_TASKBARPRIV_H_ -#define _WX_TASKBARPRIV_H_ - -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "taskbarpriv.h" -#endif +#ifndef _WX_GTK_TASKBARPRIV_H_ +#define _WX_GTK_TASKBARPRIV_H_ #include "wx/toplevel.h" -#include "wx/bitmap.h" -#ifdef __WXGTK20__ #include #if GTK_CHECK_VERSION(2, 1, 0) @@ -30,14 +24,16 @@ public: // Returns true if SYSTRAY protocol is supported by the desktop bool IsProtocolSupported(); - + + virtual bool IsDecorCacheable() const; + wxEvtHandler *m_invokingWindow; - + +protected: #if wxUSE_MENUS_NATIVE virtual bool DoPopupMenu( wxMenu *menu, int x, int y ); #endif // wxUSE_MENUS_NATIVE }; -#endif // __WXGTK20__ #endif // GTK_CHECK_VERSION(2, 1, 0) -#endif // _WX_TASKBARPRIV_H_ +#endif // _WX_GTK_TASKBARPRIV_H_