* Added threads event propagation. Should compile on GTK (tested).
authorGuilhem Lavaux <lavaux@easynet.fr>
Sat, 27 Mar 1999 18:50:54 +0000 (18:50 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Sat, 27 Mar 1999 18:50:54 +0000 (18:50 +0000)
commit7214297d16aed4c160c1cbef6b19f153ca065ab7
treeba526a0ecbdd092cadbe7458f1fd4b2c1fa4d038
parenteedcfe5eb9c2839674bccdc4b680afebf63d1e40
* Added threads event propagation. Should compile on GTK (tested).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1986 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 files changed:
include/wx/event.h
include/wx/gtk/app.h
include/wx/gtk1/app.h
include/wx/motif/app.h
include/wx/msw/app.h
src/common/event.cpp
src/gtk/app.cpp
src/gtk/data.cpp
src/gtk1/app.cpp
src/gtk1/data.cpp
src/motif/app.cpp
src/motif/data.cpp
src/msw/app.cpp
src/msw/data.cpp