Correct the description of WXK_RETURN handling in wxTextCtrl.

This key is not used for navigating between the controls (like WXK_TAB) any
longer, but only for activating the default button.
This commit is contained in:
Vadim Zeitlin 2015-03-17 13:52:28 +01:00
parent 35379a9633
commit 645853b2dc

View File

@ -945,7 +945,7 @@ public:
@style{wxTE_PROCESS_ENTER}
The control will generate the event @c wxEVT_TEXT_ENTER
(otherwise pressing Enter key is either processed internally by the
control or used for navigation between dialog controls).
control or used to activate the default button of the dialog, if any).
@style{wxTE_PROCESS_TAB}
The control will receive @c wxEVT_CHAR events for TAB pressed -
normally, TAB is used for passing to the next control in a dialog