implement wxEventLoop::DispatchTimeout() for wxGTK (thanks Paul) and rewrote it to...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 11:01:39 +0000 (11:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 27 Dec 2008 11:01:39 +0000 (11:01 +0000)
commit564c7fc4127c39472b32f80b32733eb6e3ade59c
treea1fdffdd39facb3c0220dc93ec9751ab6cfbb4bc
parente5794f50e7b2c1c0a97d9c6d3fddb78504d077e8
implement wxEventLoop::DispatchTimeout() for wxGTK (thanks Paul) and rewrote it to not use wxEventLoopImpl which it doesn't need

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Makefile.in
build/bakefiles/files.bkl
include/wx/evtloop.h
include/wx/gtk/evtloop.h [new file with mode: 0644]
src/gtk/evtloop.cpp