implement the wxGTK selective yield with a different approach: rather than getting...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 14 Mar 2009 23:59:21 +0000 (23:59 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 14 Mar 2009 23:59:21 +0000 (23:59 +0000)
commit387e72bad6d1573610e6e9e1c48027f4407fa38e
tree592fccefd1f7264e78ac96a82f62ba29d8663696
parent48ae48a93ba3e7c9c366bf62653810bc4bd0350f
implement the wxGTK selective yield with a different approach: rather than getting the events ourselves and fetching them to gtk_main_do_event(), install our own wxgtk_main_do_event() to filter them (closes #10320 -- see bug reported in comment 19)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59541 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/evtloop.h
src/gtk/evtloop.cpp