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();