evtsource.cpp 644 B

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