wxGTK: Implemented wxTLW::RequestUserAttention()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2005-07-28 23:32:42 +00:00
parent e9333003ea
commit dca92ddfbf
6 changed files with 253 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ wxWinCE:
wxGTK:
- ShowFullScreen() shows the window if it was still hidden (rpedroso)
- Implemented wxTopLevelWindow::RequestUserAttention() (Mart Raudsepp)
wxOS2