]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/taskbar.h
added support for GTK2 label mnemonics (patch #689573)
[wxWidgets.git] / include / wx / mac / taskbar.h
index dd17b4930bc599bb5da0ee817d85dd74488a54ec..d896d3dfa21c5304071fc0da81bbd2f483cfa239 100644 (file)
@@ -1,19 +1,19 @@
 /////////////////////////////////////////////////////////////////////////
 // File:        taskbar.h
-// Purpose:        Defines wxTaskBarIcon class for manipulating icons on the
+// Purpose:        Defines wxTaskBarIcon class for manipulating icons on the
 //              task bar. Optional.
-// Author:      AUTHOR
+// Author:      Stefan Csomor
 // Modified by:
-// Created:     ??/??/98
+// Created:     1998-01-01
 // RCS-ID:      $Id$
 // Copyright:   (c)
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_TASKBAR_H_
 #define _WX_TASKBAR_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
 #pragma interface "taskbar.h"
 #endif
 
@@ -23,8 +23,8 @@
 class wxTaskBarIcon: public wxObject
 {
 public:
-       wxTaskBarIcon();
-       virtual ~wxTaskBarIcon();
+    wxTaskBarIcon();
+    virtual ~wxTaskBarIcon();
 
 // Accessors