]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/taskbar.h
Try loading even English translations if provided.
[wxWidgets.git] / include / wx / cocoa / taskbar.h
index 4316e92ebbe6bed4f2c597b8ae6f52897dcfdb4c..9c52bfc6c84227dac7629e35c5a71773cfb205da 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Elliott
 // Modified by:
 // Created:     2004/01/24
-// RCS-ID:      $Id$
 // Copyright:   (c) 2004 David Elliott
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////
 #ifndef _WX_COCOA_TASKBAR_H__
 #define _WX_COCOA_TASKBAR_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "taskbar.h"
-#endif
-
 #include "wx/icon.h"
 
-class WXDLLEXPORT wxIcon;
-class WXDLLEXPORT wxMenu;
+class WXDLLIMPEXP_FWD_CORE wxIcon;
+class WXDLLIMPEXP_FWD_CORE wxMenu;
 
 class wxTaskBarIconCocoaImpl;
-class wxTaskBarIconDockImpl;
 
-class WXDLLEXPORT wxTaskBarIcon : public wxTaskBarIconBase
+class WXDLLIMPEXP_ADV wxTaskBarIcon : public wxTaskBarIconBase
 {
-    friend class wxTaskBarIconDockImpl;
+    friend class wxTaskBarIconCocoaImpl;
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxTaskBarIcon)
 public:
     //type of taskbar item to create (currently only DOCK is implemented)