1. wxWindows Document-View and menu command re-routing
#2430
Posted by: 2003-08-04 03:55:17
Hello everyone,
I need something cleared up and this is probably the best place to look. The wxWindows documentation claims that the wxDocManager re-routes unhandled menu commands to the active wxView's OnMenuCommand. One problem, none of the classes have such a member function from my examination of the source. Is that line in the documentation a relic from when wxWindows used virtual functions instead of event tables for event handling? Can I safely ignore it?