dabo Commit
Revision 6243
Date: 2010-12-12 05:28:25 -0800 (Sun, 12 Dec 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/6243

Changed:
U   trunk/dabo/ui/uiwx/__init__.py

Log:
Added the sendIdle() method to help with thread message processing.


Diff:
Modified: trunk/dabo/ui/uiwx/__init__.py
===================================================================
--- trunk/dabo/ui/uiwx/__init__.py      2010-12-12 11:47:11 UTC (rev 6242)
+++ trunk/dabo/ui/uiwx/__init__.py      2010-12-12 13:28:25 UTC (rev 6243)
@@ -334,6 +334,11 @@
                wx.Yield(*args, **kwargs)
 
 
+def sendIdle():
+       """Used to force idle events, which can be needed for thread message 
processing."""
+       wx.WakeUpIdle()
+
+
 def beep():
        wx.Bell()
 



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to