1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
///////////////////////////////////////////////////////////////////////////////
// Name: tests/events/evtsource.cpp
// Purpose: Test the event sources
// Author: Bartosz Bekier
// Created: 2009-01-24
// Copyright: (c) 2009 Bartosz Bekier <bartosz.bekier@gmail.com>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
#include "testprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
|