#if wxUSE_TAB_DIALOG
#ifndef WX_PRECOMP
+ #include "wx/msw/wrapcctl.h" // include <commctrl.h> "properly"
#include "wx/wx.h"
#include "wx/app.h"
#endif
#include "wx/msw/private.h"
-// include <commctrl.h> "properly"
-#include "wx/msw/wrapcctl.h"
-
#include "wx/tabctrl.h"
#include "wx/msw/imaglist.h"
event.SetInt(idCtrl) ;
event.SetSelection(idCtrl);
- return ProcessEvent(event);
+ return GetEventHandler()->ProcessEvent(event);
}
// Responds to colour changes, and passes event on to children.