X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/66ad556c74932cc0ec03aa84890c98185f04f282..6aaee6afdcde7c9e677f642303d4988a66cb9dc9:/docs/latex/wx/chfocevt.tex diff --git a/docs/latex/wx/chfocevt.tex b/docs/latex/wx/chfocevt.tex index 8db4b617bd..df21e45fd2 100644 --- a/docs/latex/wx/chfocevt.tex +++ b/docs/latex/wx/chfocevt.tex @@ -5,7 +5,7 @@ so that the window could restore the focus back to its corresponding child if it loses it now and regains later. Notice that child window is the direct child of the window receiving event. -Use \helpref{FindFocus}{wxwindowfindfocus) to retreive the window which is actually getting focus. +Use \helpref{FindFocus}{wxwindowfindfocus} to retreive the window which is actually getting focus. \wxheading{Derived from} @@ -17,6 +17,10 @@ Use \helpref{FindFocus}{wxwindowfindfocus) to retreive the window which is actua +\wxheading{Library} + +\helpref{wxCore}{librarieslist} + \wxheading{Event table macros} To process a child focus event, use this event handler macro to direct input to a member @@ -49,4 +53,5 @@ Constructor. Returns the direct child which receives the focus, or a (grand-)parent of the control receiving the focus. -To get the actually focused control use \helpref{wxWindow::FindFocus}{wxwindowfindfocus} +To get the actually focused control use \helpref{wxWindow::FindFocus}{wxwindowfindfocus}. +