added wxTopLevelWindow::RequestUserAttention(); documented it and implemented it for MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29044 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2004-09-07 21:02:55 +00:00
parent 5a8e93c455
commit dc92adaf0c
5 changed files with 77 additions and 0 deletions

View File

@@ -224,6 +224,7 @@ All (GUI):
- added status bar fields styles support (Tim Kosse)
- added samples/splash
- added support for stock buttons
- added wxTopLevelWindow::RequestUserAttention()
Unix: