X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/afafd942a1f9d0f683a95bb72f8bc1e128543749..65baafba0e8cd74f2264b7e2f7625ff5bea84864:/docs/latex/wx/activevt.tex diff --git a/docs/latex/wx/activevt.tex b/docs/latex/wx/activevt.tex index 40902dc5e8..03c2285f33 100644 --- a/docs/latex/wx/activevt.tex +++ b/docs/latex/wx/activevt.tex @@ -24,17 +24,17 @@ function that takes a wxActivateEvent argument. \twocolitem{{\bf EVT\_HIBERNATE(func)}}{Process a hibernate event, supplying the member function. This event applies to wxApp only, and only on Windows SmartPhone and PocketPC. It is generated when the system is low on memory; the application should free up as much memory as possible, and restore -full working when it receives a wxEVT\_ACTIVATE or wxEVT\_ACTIVATE\_APP event.} +full working state when it receives a wxEVT\_ACTIVATE or wxEVT\_ACTIVATE\_APP event.} \end{twocollist}% \wxheading{Remarks} -A top-level window (a dialog or frame) receives an activate event when is +A top-level window (a dialog or frame) receives an activate event when it is being activated or deactivated. This is indicated visually by the title bar changing colour, and a subwindow gaining the keyboard focus. An application is activated or deactivated when one of its frames becomes activated, -or a frame becomes inactivate resulting in all application frames being inactive. (Windows only) +or a frame becomes inactivated resulting in all application frames being inactive. (Windows only) Please note that usually you should call \helpref{event.Skip()}{wxeventskip} in your handlers for these events as not doing so can result in strange effects.