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:
@@ -36,6 +36,7 @@ wxWinCE:
|
||||
wxGTK:
|
||||
|
||||
- ShowFullScreen() shows the window if it was still hidden (rpedroso)
|
||||
- Implemented wxTopLevelWindow::RequestUserAttention() (Mart Raudsepp)
|
||||
|
||||
wxOS2
|
||||
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user