I have added a target version setting in Editor->wxSmith and version information to selected events so they are discarded if not available in that version. This includes the events from wxGrid, wxDirCtrl and wxComboBox.
CAVEATS: Probably the target version setting should be project dependent. Also, if you change the target version CB must be restarted in order to activate the changes. I hope this patch serves a first approach.
Not included are:
wxEVT_SCROLL_ENDSCROLL, changed to wxEVT_SCROLL_CHANGED in 2.8.0
wxEVT_STC_AUTOCOMP_COMPLETED, new in 3.1.1
wxEVT_AUI_PANE_ACTIVATED, new in 2.9.4
wxEVT_RIBBONGALLERY_CLICKED and wxEVT_RIBBONBAR_TAB_LEFT_DCLICK, new in 2.9.2
wxEVT_DATAVIEW_CACHE_HINT, new in 2.9.1