]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/taskbarx11.h
[ 1590221 ] wxStandardPaths::GetExecutablePath
[wxWidgets.git] / include / wx / unix / taskbarx11.h
index f5270b30e72bb68105c119c517639554b0193f4f..d5143c303de238d99efa643502c4ec3645a6787e 100644 (file)
@@ -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)
 };