X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..0e3b10c509e31c9ee0b435bd611753ecea4f3740:/include/wx/unix/taskbarx11.h diff --git a/include/wx/unix/taskbarx11.h b/include/wx/unix/taskbarx11.h index ce9b661a85..eb57d5766b 100644 --- a/include/wx/unix/taskbarx11.h +++ b/include/wx/unix/taskbarx11.h @@ -9,18 +9,12 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// -#ifndef _TASKBAR_H_ -#define _TASKBAR_H_ +#ifndef _WX_UNIX_TASKBAR_H_ +#define _WX_UNIX_TASKBAR_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "taskbarx11.h" -#endif +class WXDLLIMPEXP_FWD_ADV wxTaskBarIconArea; -class WXDLLEXPORT wxIcon; -class WXDLLEXPORT wxFrame; -class WXDLLEXPORT wxWindow; - -class WXDLLEXPORT wxTaskBarIcon: public wxTaskBarIconBase +class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase { public: wxTaskBarIcon(); @@ -36,11 +30,12 @@ public: bool PopupMenu(wxMenu *menu); protected: - wxFrame *m_iconWnd; - wxWindow *m_iconArea; + wxTaskBarIconArea *m_iconWnd; + +private: + void OnDestroy(wxWindowDestroyEvent&); DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) }; -#endif - // _TASKBAR_H_ +#endif // _WX_UNIX_TASKBAR_H_