event handling seems to work again, new sample (event) added and documented
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 31 Jan 2001 16:00:00 +0000 (16:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 31 Jan 2001 16:00:00 +0000 (16:00 +0000)
commit6164f93ca283074f4a0209ede0bc3fef3c68d996
tree8d8dc21986d0ba156f82fc257bcaa80aa7460883
parent901ed91ce15412f678a7865d8bf174d3c426ffc4
event handling seems to work again, new sample (event) added and documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
configure
configure.in
docs/latex/wx/tsamples.tex
include/wx/event.h
samples/configure
samples/configure.in
samples/event/Makefile.in [new file with mode: 0644]
samples/event/event.cpp [new file with mode: 0644]
samples/event/makefile.b32 [new file with mode: 0644]
samples/event/makefile.bcc [new file with mode: 0644]
samples/event/makefile.dos [new file with mode: 0644]
samples/event/makefile.g95 [new file with mode: 0644]
samples/event/makefile.sc [new file with mode: 0644]
samples/event/makefile.sl [new file with mode: 0644]
samples/event/makefile.twn [new file with mode: 0644]
samples/event/makefile.unx [new file with mode: 0644]
samples/event/makefile.vc [new file with mode: 0644]
samples/event/makefile.wat [new file with mode: 0644]
src/common/event.cpp