X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..5851053a968330aea0a4bd6918b330eb0bfa0007:/include/wx/unix/taskbarx11.h diff --git a/include/wx/unix/taskbarx11.h b/include/wx/unix/taskbarx11.h index f5270b30e7..d5143c303d 100644 --- a/include/wx/unix/taskbarx11.h +++ b/include/wx/unix/taskbarx11.h @@ -6,21 +6,19 @@ // Created: 04/04/2003 // RCS-ID: $Id$ // Copyright: (c) Vaclav Slavik, 2003 -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////// #ifndef _TASKBAR_H_ #define _TASKBAR_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "taskbarx11.h" -#endif - class WXDLLEXPORT wxIcon; class WXDLLEXPORT wxFrame; class WXDLLEXPORT wxWindow; -class WXDLLEXPORT wxTaskBarIcon: public wxTaskBarIconBase +class WXDLLIMPEXP_ADV wxTaskBarIconArea; + +class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase { public: wxTaskBarIcon(); @@ -36,8 +34,7 @@ public: bool PopupMenu(wxMenu *menu); protected: - wxFrame *m_iconWnd; - wxWindow *m_iconArea; + wxTaskBarIconArea *m_iconWnd; DECLARE_DYNAMIC_CLASS(wxTaskBarIcon) };