X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d9b77552eeb78e0c7ee903aa265dc187651ff57..04165bec2cdc510a84f794fe69ebfe4a802e2ee1:/include/wx/event.h?ds=sidebyside diff --git a/include/wx/event.h b/include/wx/event.h index d125990a06..1d97b842f8 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -255,8 +255,10 @@ const wxEventType wxEVT_CALENDAR_SEL_CHANGED = wxEVT_FIRST + 950; const wxEventType wxEVT_CALENDAR_DAY_CHANGED = wxEVT_FIRST + 951; const wxEventType wxEVT_CALENDAR_MONTH_CHANGED = wxEVT_FIRST + 952; const wxEventType wxEVT_CALENDAR_YEAR_CHANGED = wxEVT_FIRST + 953; +const wxEventType wxEVT_CALENDAR_DOUBLECLICKED = wxEVT_FIRST + 954; +const wxEventType wxEVT_CALENDAR_WEEKDAY_CLICKED = wxEVT_FIRST + 955; -const wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000; +const wxEventType wxEVT_USER_FIRST = wxEVT_FIRST + 2000; /* Compatibility */