]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/menuevt.tex
fixed another return FALSE in a function returning a pointer (patch 545046)
[wxWidgets.git] / docs / latex / wx / menuevt.tex
index aa6f00b5c995c866e49bb8875d6a80ec58382f72..dfe004070018d7a905c23c69887b868b7f22f97e 100644 (file)
@@ -1,7 +1,11 @@
 \section{\class{wxMenuEvent}}\label{wxmenuevent}
 
 This class is used for a variety of menu-related events. Note that
-these do not include menu command events.
+these do not include menu command events, which are
+handled using \helpref{wxCommandEvent}{wxcommandevent} objects.
+
+The handler \helpref{wxFrame::OnMenuHighlight}{wxframeonmenuhighlight} displays help
+text in the first field of the status bar.
 
 \wxheading{Derived from}