no code changes, fixed some typos
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -896,7 +896,7 @@ enum wxKeyCode
|
||||
* to improve compatibility with other systems, WXK_RAW_CONTROL may
|
||||
* be used to obtain the state of the actual 'Control' key
|
||||
* ('WXK_CONTROL' would obtain the status of the 'Command' key).
|
||||
* Under Windows/Linux/Others, this is equivalent to WXK_RAW_CONTROL
|
||||
* Under Windows/Linux/Others, this is equivalent to WXK_CONTROL
|
||||
*/
|
||||
WXK_RAW_CONTROL,
|
||||
WXK_MENU,
|
||||
|
@@ -121,7 +121,7 @@ public:
|
||||
|
||||
This method allows to filter all the events processed by the program,
|
||||
so you should try to return quickly from it to avoid slowing down the
|
||||
program to the crawl.
|
||||
program to a crawl.
|
||||
|
||||
Although the return type of this method is @c int, this is only due to
|
||||
backwards compatibility concerns and the actual return value must be
|
||||
|
Reference in New Issue
Block a user