From 27df96a8d18895029842b97a15f871a97f413b9f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 13 Nov 1999 08:03:38 +0000 Subject: [PATCH] one more note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4540 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index d884e91b57..c37720966b 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -78,7 +78,10 @@ wxPoint.) Added wxPostEvent function that allows events to be posted and then processed later. This is a thread-safe way to interact with the GUI -thread from other threads. +thread from other threads. (There is a known bug in wxMSW that +prevents these events from being processed until a normal event +happens, so if your GUI is idle nothing will happen until the mouse +moves or something... It should be fixed shortly.) Added Clipboard and Drag-and-Drop classes.