X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..b41f29c357205531670a156b67247b9345688150:/docs/latex/wx/helpevt.tex?ds=sidebyside diff --git a/docs/latex/wx/helpevt.tex b/docs/latex/wx/helpevt.tex index 253ab1b66e..e207931bc7 100644 --- a/docs/latex/wx/helpevt.tex +++ b/docs/latex/wx/helpevt.tex @@ -10,7 +10,7 @@ A help event is sent to the window that the user clicked on, and is propagated u window hierarchy until the event is processed or there are no more event handlers. The application should call wxEvent::GetId to check the identity of the clicked-on window, and then either show some suitable help or call wxEvent::Skip if the identifier is unrecognised. -Calling Skip is important because it allows wxWindows to generate further events for ancestors +Calling Skip is important because it allows wxWidgets to generate further events for ancestors of the clicked-on window. Otherwise it would be impossible to show help for container windows, since processing would stop after the first window found.