Fix typo in event handling overview
This commit is contained in:
parent
f741031e69
commit
54cf25a9ea
1 changed files with 1 additions and 1 deletions
|
|
@ -575,7 +575,7 @@ all events (or any selection of them) to the parent window.
|
|||
|
||||
@subsection overview_events_nexthandler Event Handlers Chain
|
||||
|
||||
The step 4 of the event propagation algorithm checks for the next handler in
|
||||
The step 5 of the event propagation algorithm checks for the next handler in
|
||||
the event handler chain. This chain can be formed using
|
||||
wxEvtHandler::SetNextHandler():
|
||||
@image html overview_events_chain.png
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue