X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7b2e024e8ac565edf8ef6a0e3e798859dd9c63b9..97d13342cc2ac77e21c38115cc6ebecac930f92a:/interface/wx/menu.h diff --git a/interface/wx/menu.h b/interface/wx/menu.h index 093de2b1df..f1c9b97d05 100644 --- a/interface/wx/menu.h +++ b/interface/wx/menu.h @@ -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_bind. @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