]> git.saurik.com Git - wxWidgets.git/commitdiff
fix a typo
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jan 2008 21:54:38 +0000 (21:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Jan 2008 21:54:38 +0000 (21:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 48c53a7b4d4f3f8ee7671280915e212c83e248da..c89a698a5b2df9f823faf6c6e6713ab7511e78a5 100644 (file)
@@ -169,7 +169,7 @@ correctly sized. }
 
 \func{}{\destruct{wxWindow}}{\void}
 
 
 \func{}{\destruct{wxWindow}}{\void}
 
-Destructor. Deletes all subwindows, then deletes itself. Instead of using
+Destructor. Deletes all sub-windows, then deletes itself. Instead of using
 the {\bf delete} operator explicitly, you should normally
 use \helpref{wxWindow::Destroy}{wxwindowdestroy} so that wxWidgets
 can delete a window only when it is safe to do so, in idle time.
 the {\bf delete} operator explicitly, you should normally
 use \helpref{wxWindow::Destroy}{wxwindowdestroy} so that wxWidgets
 can delete a window only when it is safe to do so, in idle time.
@@ -816,7 +816,7 @@ transparency level.}
 
 Merges the window's best size into the min size and returns the
 result.  This is the value used by sizers to determine the appropriate
 
 Merges the window's best size into the min size and returns the
 result.  This is the value used by sizers to determine the appropriate
-ammount of sapce to allocate for the widget.
+ammount of space to allocate for the widget.
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -1827,7 +1827,7 @@ This is just a wrapper for \helpref{ScrollLines}{wxwindowscrolllines}$(-1)$.
 
 \func{void}{Lower}{\void}
 
 
 \func{void}{Lower}{\void}
 
-Lowers the window to the bottom of the window hierarchy (z-order).
+Lowers the window to the bottom of the window hierarchy (Z-order).
 
 \wxheading{See also}
 
 
 \wxheading{See also}
 
@@ -2567,7 +2567,7 @@ remove the event handler.
 
 \func{void}{Raise}{\void}
 
 
 \func{void}{Raise}{\void}
 
-Raises the window to the top of the window hierarchy (z-order).
+Raises the window to the top of the window hierarchy (Z-order).
 
 In current version of wxWidgets this works both for managed and child windows.
 
 
 In current version of wxWidgets this works both for managed and child windows.
 
@@ -3530,7 +3530,7 @@ a wxWidgets-supplied default height.\\
 a wxWidgets-supplied default size.\\
 {\bf wxSIZE\_USE\_EXISTING}: existing dimensions should be used
 if $wxDefaultCoord$ values are supplied.\\
 a wxWidgets-supplied default size.\\
 {\bf wxSIZE\_USE\_EXISTING}: existing dimensions should be used
 if $wxDefaultCoord$ values are supplied.\\
-{\bf wxSIZE\_ALLOW\_MINUS\_ONE}: allow negative dimensions (ie. value of $wxDefaultCoord$) to be interpreted
+{\bf wxSIZE\_ALLOW\_MINUS\_ONE}: allow negative dimensions (i.e. value of $wxDefaultCoord$) to be interpreted
 as real dimensions, not default values.
 {\bf wxSIZE\_FORCE}: normally, if the position and the size of the window are
 already the same as the parameters of this function, nothing is done. but with
 as real dimensions, not default values.
 {\bf wxSIZE\_FORCE}: normally, if the position and the size of the window are
 already the same as the parameters of this function, nothing is done. but with