projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for wxFONTENCODING_MACKEYBOARD.
[wxWidgets.git]
/
include
/
wx
/
unix
/
taskbarx11.h
diff --git
a/include/wx/unix/taskbarx11.h
b/include/wx/unix/taskbarx11.h
index ce9b661a85b1dcc8c150ed64a99e20f1b4bda09e..d5143c303de238d99efa643502c4ec3645a6787e 100644
(file)
--- a/
include/wx/unix/taskbarx11.h
+++ b/
include/wx/unix/taskbarx11.h
@@
-12,15
+12,13
@@
#ifndef _TASKBAR_H_
#define _TASKBAR_H_
#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 wxIcon;
class WXDLLEXPORT wxFrame;
class WXDLLEXPORT wxWindow;
-class WXDLLEXPORT wxTaskBarIcon: public wxTaskBarIconBase
+class WXDLLIMPEXP_ADV wxTaskBarIconArea;
+
+class WXDLLIMPEXP_ADV wxTaskBarIcon: public wxTaskBarIconBase
{
public:
wxTaskBarIcon();
{
public:
wxTaskBarIcon();
@@
-36,8
+34,7
@@
public:
bool PopupMenu(wxMenu *menu);
protected:
bool PopupMenu(wxMenu *menu);
protected:
- wxFrame *m_iconWnd;
- wxWindow *m_iconArea;
+ wxTaskBarIconArea *m_iconWnd;
DECLARE_DYNAMIC_CLASS(wxTaskBarIcon)
};
DECLARE_DYNAMIC_CLASS(wxTaskBarIcon)
};