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:
@@ -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)
|
||||
};
|
||||
|
Reference in New Issue
Block a user