Implement wxAppProgressIndicator.

An helper class used for updating the progress of taskbar button.

Author: Chaobin Zhang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:53:17 +00:00
parent 615773842c
commit b8815e8ac3
5 changed files with 122 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ public:
private:
friend class wxFrame;
friend class wxThumbBarButton;
friend class wxAppProgressIndicator;
wxTaskBarButtonImpl(WXWidget parent);