Update docs of wxAppProgressIndicator.

Also mention that MSWGetTaskBarButton is available since 3.1.0.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty 2014-09-10 14:57:59 +00:00
parent 49ed30caae
commit 30bfbd3fe0
2 changed files with 4 additions and 2 deletions

View File

@ -460,6 +460,8 @@ public:
This function is not available in the other ports by design, any
occurrences of it in the portable code must be guarded by
@code #ifdef __WXMSW__ @endcode preprocessor guards.
@since 3.1.0
*/
wxTaskBarButton* MSWGetTaskBarButton();

View File

@ -351,11 +351,11 @@ public:
Constructs the wxAppProgressIndicator.
@param parent
The parent window handle of wxAppProgressIndicator. Note that the
The parent window of wxAppProgressIndicator. Note that the
window should has taskbar button showing.
@param maxValue
*/
wxAppProgressIndicator(WXWidget parent, int maxValue);
wxAppProgressIndicator(wxWindow* parent, int maxValue);
virtual ~wxAppProgressIndicator();
/**