update/reorganize events overview and changed links to it to reflect the fact that it speaks about events in general and not just about handling them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-07 15:22:14 +00:00
parent 9a6fda2288
commit 3e083d652d
8 changed files with 237 additions and 206 deletions

View File

@@ -27,7 +27,7 @@
@library{wxcore}
@category{menus}
@see wxMenu, @ref overview_eventhandling
@see wxMenu, @ref overview_events
*/
class wxMenuBar : public wxWindow
{
@@ -427,12 +427,12 @@ public:
specifying an object whose class has @c EVT_MENU entries;
Note that instead of static @c EVT_MENU macros you can also use dynamic
connection; see @ref overview_eventhandling_connect.
connection; see @ref overview_events_connect.
@library{wxcore}
@category{menus}
@see wxMenuBar, wxWindow::PopupMenu, @ref overview_eventhandling,
@see wxMenuBar, wxWindow::PopupMenu, @ref overview_events,
@ref wxFileHistory "wxFileHistory (most recently used files menu)"
*/
class wxMenu : public wxEvtHandler