]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/taskbarx11.h
always compile at least a minimal version of wxStandardPaths class, it's used too...
[wxWidgets.git] / include / wx / unix / taskbarx11.h
index ce9b661a85b1dcc8c150ed64a99e20f1b4bda09e..d5143c303de238d99efa643502c4ec3645a6787e 100644 (file)
 #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)
 };