]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/tipwin.tex
wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter...
[wxWidgets.git] / docs / latex / wx / tipwin.tex
index 0999633f10b2882e714397ef2f5718ecebbf9fd9..f88dd8d04f4057a507e5bedc8b1caa4f53cb667d 100644 (file)
@@ -30,7 +30,7 @@ Constructor. The tip is shown immediately the window is constructed.
 
 \wxheading{Parameters}
 
-\docparam{parent}{The parent window, must be non {\tt NULL}}
+\docparam{parent}{The parent window, must be non-{\tt NULL}}
 
 \docparam{text}{The text to show, may contain the new line characters}
 
@@ -38,7 +38,7 @@ Constructor. The tip is shown immediately the window is constructed.
 \helpref{SetTipWindowPtr}{wxtipwindowsettipwindowptr} below, please see its
 documentation for the description of this parameter}
 
-\docparam{rectBounds}{If non {\tt NULL}, passed to 
+\docparam{rectBounds}{If non-{\tt NULL}, passed to 
 \helpref{SetBoundingRect}{wxtipwindowsetboundingrect} below, please see its
 documentation for the description of this parameter}
 
@@ -53,7 +53,7 @@ unexpectedly to the caller) it may {\tt NULL} out the pointer pointed to by
 had been already closed and deleted.
 
 
-\membersection{wxTipWindow::SetBoundingRect}{wxtipwindowsetboundingrect}
+\membersection{wxTipWindow::SetBoundingRect}\label{wxtipwindowsetboundingrect}
 
 \func{void}{SetBoundingRect}{\param{const wxRect\& }{rectBound}}
 
@@ -61,7 +61,7 @@ By default, the tip window disappears when the user clicks the mouse or presses
 a keyboard key or if it loses focus in any other way - for example because the
 user switched to another application window.
 
-Additionally, if a non empty {\it rectBound} is provided, the tip window will
+Additionally, if a non-empty {\it rectBound} is provided, the tip window will
 also automatically close if the mouse leaves this area. This is useful to
 dismiss the tip mouse when the mouse leaves the object it is associated with.