• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright 2005 The Android Open Source Project
3 //
4 // Some additional glue for "user event" type.
5 //
6 
7 // For compilers that support precompilation, include "wx/wx.h".
8 #include "wx/wxprec.h"
9 
10 // Otherwise, include all standard headers
11 #ifndef WX_PRECOMP
12 # include "wx/wx.h"
13 #endif
14 
15 #include "UserEvent.h"
16 
17 DEFINE_EVENT_TYPE(wxEVT_USER_EVENT)
18 
19 IMPLEMENT_DYNAMIC_CLASS(UserEvent, wxEvent)
20 
21