This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/wxWidgets-3.0.5/tests/events/evtsource.cpp

19 lines
644 B
C++

///////////////////////////////////////////////////////////////////////////////
// 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