applied typos and spelling error fixes patch from Olly Betts
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
@@ -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}
|
||||
|
||||
|
Reference in New Issue
Block a user