API for change the visibility of button in the taskbar.

- ShowInTaskbar and HideInTaskbar
- Sample of usage.

Author: Chaobin Zhang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:49:44 +00:00
parent 076747aa81
commit 7ecbd9bc18
4 changed files with 41 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ public:
virtual ~wxTaskBarButtonImpl();
virtual void SetProgressValue(int value) wxOVERRIDE;
virtual void ShowInTaskbar() wxOVERRIDE;
virtual void HideInTaskbar() wxOVERRIDE;
private:
friend class wxTopLevelWindowMSW;