X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69440cd26c19d12cf9da023073cb1a7a29259888..2c6f14e1a7b5062fcf77eda40824d820d9ac288e:/docs/latex/wx/menu.tex diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index 20469ee2cb..ee6f817488 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -168,6 +168,7 @@ characters listed in the table below (again, case doesn't matter): \twocolitem{{\tt END}}{End key} \twocolitem{{\tt SPACE}}{Space} \twocolitem{{\tt TAB}}{Tab key} +\twocolitem{{\tt ESC} or {\tt ESCAPE}}{Escape key (Windows only)} \end{twocollist} \wxheading{See also} @@ -348,6 +349,12 @@ before matching. \pythonnote{The name of this method in wxPython is {\tt FindItemById} and it does not support the second parameter.} +\membersection{wxMenu::FindItemByPosition}\label{wxmenufinditembyposition} + +\constfunc{wxMenuItem*}{FindItemByPosition}{\param{size\_t }{position}} + +Returns the wxMenuItem given a position in the menu. + \membersection{wxMenu::GetHelpString}\label{wxmenugethelpstring} \constfunc{wxString}{GetHelpString}{\param{int}{ id}}