X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0472ece753aa3c018dd2cc9816d3cd755f28efe8..4d7b7fc21217722b407320c5d599e3d316c72996:/docs/latex/wx/menu.tex diff --git a/docs/latex/wx/menu.tex b/docs/latex/wx/menu.tex index 4f04df6731..d64f02238c 100644 --- a/docs/latex/wx/menu.tex +++ b/docs/latex/wx/menu.tex @@ -12,7 +12,7 @@ associated command but just makes a separator line appear in the menu. Menu items may be either normal items, check items or radio items. Normal items don't have any special properties while the check items have a boolean flag associated to them and they show a checkmark in the menu when the flag is set. -wxWindows automatically togles the flag value when the item is clicked and its +wxWindows automatically toggles the flag value when the item is clicked and its value may be retrieved using either \helpref{IsChecked}{wxmenuischecked} method of wxMenu or wxMenuBar itself or by using \helpref{wxEvent::IsChecked}{wxcommandeventischecked} when you get the menu @@ -176,7 +176,7 @@ group and when an item in the group is checked, all the others are automatically unchecked. {\bf NB:} Currently only implemented under Windows and GTK, use -{\tt #if wxHAS\_RADIO\_MENU\_ITEMS} to test for availability of this feature. +{\tt\#if wxHAS\_RADIO\_MENU\_ITEMS} to test for availability of this feature. \wxheading{See also} @@ -659,7 +659,7 @@ menu bar.} \pythonnote{Only the default constructor is supported in wxPython. Use wxMenuBar.Append instead.} -\perlnote{wxPerl only supports the first contructor: +\perlnote{wxPerl only supports the first constructor: use {\tt Append} instead.} \membersection{wxMenuBar::\destruct{wxMenuBar}} @@ -789,7 +789,7 @@ The found menu item object, or NULL if one was not found. \constfunc{wxString}{GetHelpString}{\param{int}{ id}} -Gets the help string associated with the menu item identifer. +Gets the help string associated with the menu item identifier. \wxheading{Parameters}