]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/chfocevt.tex
remove C++ comment
[wxWidgets.git] / docs / latex / wx / chfocevt.tex
index 8db4b617bdac035575e705c9c7770c1067ec164d..df21e45fd2d8d0e43e17c62579e1e6cb5b6cedee 100644 (file)
@@ -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
 
 <wx/event.h>
 
+\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}.
+