X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5cb1ae8b79e4b8164d2db46b46b3442c366d0da1..0bd2681966523df88ad5cf8e505b532843e58d74:/docs/latex/wx/menuevt.tex diff --git a/docs/latex/wx/menuevt.tex b/docs/latex/wx/menuevt.tex index 46f9e20883..a6d1d45d36 100644 --- a/docs/latex/wx/menuevt.tex +++ b/docs/latex/wx/menuevt.tex @@ -16,6 +16,10 @@ text in the first field of the status bar. +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event table macros} To process a menu event, use these event handler macros to direct input to member @@ -54,7 +58,8 @@ Constructor. \constfunc{wxMenu *}{GetMenu}{\void} Returns the menu which is being opened or closed. This method should only be -used with the \texttt{OPEN} and \texttt{CLOSE} events. +used with the \texttt{OPEN} and \texttt{CLOSE} events and even for them the +returned pointer may be \NULL in some ports. \membersection{wxMenuEvent::GetMenuId}\label{wxmenueventgetmenuid}