From: Steve Brokenshire Date: Sun, 19 Jun 2016 22:20:00 +0000 (+0100) Subject: Added initial events for Xestia Calendar. X-Git-Tag: release-0.02~118 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=50578fd4c76eeea4c53c31b5676e55416820580d Added initial events for Xestia Calendar. Initial events for the XCCalendarDay and XCCalendarDayEntry widgets. --- diff --git a/source/common/events.h b/source/common/events.h new file mode 100644 index 0000000..d023ff8 --- /dev/null +++ b/source/common/events.h @@ -0,0 +1,16 @@ +#ifndef __COMMON_EVENTS_H__ +#define __COMMON_EVENTS_H__ + +#include + +DEFINE_EVENT_TYPE(XCCALENDARDAY_UPDATEICONS) +DEFINE_EVENT_TYPE(XCCALENDARDAY_DESELECTOTHERENTRIES) + +DECLARE_EVENT_TYPE(XCCALENDARDAY_UPDATEICONS, wxID_ANY) +DECLARE_EVENT_TYPE(XCCALENDARDAY_DESELECTOTHERENTRIES, wxID_ANY) + +DEFINE_EVENT_TYPE(XCCALENDARDAYENTRY_DESELECT) + +DECLARE_EVENT_TYPE(XCCALENDARDAYENTRY_DESELECT, wxID_ANY) + +#endif \ No newline at end of file