From: Sylvain Bougnoux Date: Tue, 15 Feb 2000 20:21:30 +0000 (+0000) Subject: Update entering/leaving X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ff835f5006f947a3215d39eb6716acb719992b37 Update entering/leaving git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/mouseevt.tex b/docs/latex/wx/mouseevt.tex index 04345f2192..586c5cd212 100644 --- a/docs/latex/wx/mouseevt.tex +++ b/docs/latex/wx/mouseevt.tex @@ -180,7 +180,7 @@ Returns TRUE if this was a dragging event (motion while a button is depressed). \func{bool}{Entering}{\void} -Returns TRUE if the mouse was entering the window (MS Windows and Motif). +Returns TRUE if the mouse was entering the window. See also \helpref{wxMouseEvent::Leaving}{wxmouseeventleaving}. @@ -224,7 +224,7 @@ that may be tested using {\it ButtonDown}). \constfunc{bool}{Leaving}{\void} -Returns TRUE if the mouse was leaving the window (MS Windows and Motif). +Returns TRUE if the mouse was leaving the window. See also \helpref{wxMouseEvent::Entering}{wxmouseevententering}.