git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-11-15 19:25:21 +00:00
parent ce52ac88bc
commit f802b3d360

View File

@@ -78,10 +78,7 @@ wxPoint.)
Added wxPostEvent function that allows events to be posted and then Added wxPostEvent function that allows events to be posted and then
processed later. This is a thread-safe way to interact with the GUI processed later. This is a thread-safe way to interact with the GUI
thread from other threads. (There is a known bug in wxMSW that thread from other threads.
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. Added Clipboard and Drag-and-Drop classes.