]> git.saurik.com Git - wxWidgets.git/commitdiff
Added RequestUserAttention
authorRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 19:16:36 +0000 (19:16 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 9 Sep 2004 19:16:36 +0000 (19:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29069 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/docs/CHANGES.txt

index 5d651d7ac888af8633494be660d38e82a3c248cd..3fd43e8a02c400e8f62c672a6972e4ad817d306c 100644 (file)
@@ -54,6 +54,10 @@ in the source tree if you need to use SWIG when building your own copy
 of wxPython, or other extension modules that need to integrate with
 the wxPython modules.
 
 of wxPython, or other extension modules that need to integrate with
 the wxPython modules.
 
+Added wx.Frame.RequestUserAttention which, if the platform suports it,
+will do something (such as flash the task bar item) to suggest to the
+user that they should look at that window.
+