From 5bd623e1ea483ccaf94d9bbe2c92742c04a07d2f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 26 Jan 2008 21:54:38 +0000 Subject: [PATCH] fix a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 48c53a7b4d..c89a698a5b 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -169,7 +169,7 @@ correctly sized. } \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. @@ -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 -ammount of sapce to allocate for the widget. +ammount of space to allocate for the widget. \wxheading{See also} @@ -1827,7 +1827,7 @@ This is just a wrapper for \helpref{ScrollLines}{wxwindowscrolllines}$(-1)$. \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} @@ -2567,7 +2567,7 @@ remove the event handler. \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. @@ -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.\\ -{\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 -- 2.47.2