2005/5/9
-- ACDK API Docs Misc header Event_h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include Config.h #include <acdk/lang/dmi/DmiDelegate.h> #include WxObject.h #include Structs.h #include ClientData.h
#include Config.h
#include <acdk/lang/dmi/DmiDelegate.h>
#include WxObject.h
#include Structs.h
#include ClientData.h
Value:
int Class::AcdkEvent = WxEvent; \ AutoUserEventRegister AcdkEvent##_reg(Class::AcdkEvent, Class::createEvent)
ACDK_WX_STD_MEMBERS(Class, Super) \ static REvent createEvent(wxEvent& wxevent) { return new Class((wx##Class&)wxevent); }