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

View File

@@ -148,8 +148,8 @@ action. When in doubt, use the default value.
Note that this function should normally be only used when the application is
not already in foreground.
This function is currently only implemented for Win32 where it flashes the
window icon in the taskbar.
This function is currently implemented for Win32 where it flashes the
window icon in the taskbar, and for wxGTK with task bars supporting it.
\membersection{wxTopLevelWindow::SetIcon}\label{wxtoplevelwindowseticon}