]> git.saurik.com Git - wxWidgets.git/blame - tests/events/evtsource.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / tests / events / evtsource.cpp
CommitLineData
6b8ef0b3
VZ
1///////////////////////////////////////////////////////////////////////////////
2// Name: tests/events/evtsource.cpp
3// Purpose: Test the event sources
4// Author: Bartosz Bekier
5// Created: 2009-01-24
6b8ef0b3
VZ
6// Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
7// Licence: wxWindows licence
8///////////////////////////////////////////////////////////////////////////////
9
10// ----------------------------------------------------------------------------
11// headers
12// ----------------------------------------------------------------------------
13
14#include "testprec.h"
15
16#ifdef __BORLANDC__
17 #pragma hdrstop
18#endif