use shaped window for taskbar icon, so that background shows correctly behind icons with mask

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-05-29 17:01:57 +00:00
parent a98ca1ae26
commit ac258944bc
2 changed files with 65 additions and 52 deletions

View File

@@ -20,7 +20,9 @@ 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 +38,7 @@ public:
bool PopupMenu(wxMenu *menu);
protected:
wxFrame *m_iconWnd;
wxWindow *m_iconArea;
wxTaskBarIconArea *m_iconWnd;
DECLARE_DYNAMIC_CLASS(wxTaskBarIcon)
};