Revise Show/Hide, for consistency with the other classes.

Author: Chaobin Zhang

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2014-09-10 14:50:58 +00:00
parent bb640a38d3
commit 84e1760c4e
3 changed files with 8 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ public:
// Operations:
virtual void SetProgressValue(int value) = 0;
virtual void Show() = 0;
virtual void Show(bool show = true) = 0;
virtual void Hide() = 0;
virtual void SetThumbnailTooltip(const wxString& tooltip) = 0;
virtual void SetProgressState(wxTaskBarButtonState state) = 0;