Navigate docstring update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -857,14 +857,14 @@ by pressing <Enter> such as the OK button on a wx.Dialog.", "");
|
|||||||
"Does keyboard navigation from this window to another, by sending a
|
"Does keyboard navigation from this window to another, by sending a
|
||||||
`wx.NavigationKeyEvent`.", "
|
`wx.NavigationKeyEvent`.", "
|
||||||
|
|
||||||
:param flags: A combination of the ``IsForward`` and ``WinChange``
|
:param flags: A combination of the ``IsForward`` or ``IsBackward``
|
||||||
values in the `wx.NavigationKeyEvent` class, which determine
|
and the ``WinChange`` values in the `wx.NavigationKeyEvent`
|
||||||
if the navigation should be in forward or reverse order, and
|
class, which determine if the navigation should be in forward
|
||||||
if it should be able to cross parent window boundaries, such
|
or reverse order, and if it should be able to cross parent
|
||||||
as between notebook pages or MDI child frames. Typically the
|
window boundaries, such as between notebook pages or MDI child
|
||||||
status of the Shift key (for forward or reverse) or the
|
frames. Typically the status of the Shift key (for forward or
|
||||||
Control key (for WinChange) would be used to determine how to
|
backward) or the Control key (for WinChange) would be used to
|
||||||
set the flags.
|
determine how to set the flags.
|
||||||
|
|
||||||
One situation in which you may wish to call this method is from a text
|
One situation in which you may wish to call this method is from a text
|
||||||
control custom keypress handler to do the default navigation behaviour
|
control custom keypress handler to do the default navigation behaviour
|
||||||
|
Reference in New Issue
Block a user