From 18ac8d69194088175f1a8cf11bd10012edff2b01 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 5 Aug 1999 03:47:29 +0000 Subject: [PATCH 1/1] Added missing } so tex2rtf wouldn't puke git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/window.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index 85fcf11e75..7990b1133a 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -137,8 +137,9 @@ Centres the window. \wxheading{Parameters} \docparam{direction}{Specifies the direction for the centering. May be {\tt wxHORIZONTAL}, {\tt wxVERTICAL}\rtfsp -or {\tt wxBOTH}. It may also include {\tt wxCENTRE\_ON\_SCREEN} flag if you -want to center the window on the entire screen and not on its parent window. +or {\tt wxBOTH}. It may also include {\tt wxCENTRE\_ON\_SCREEN} flag +if you want to center the window on the entire screen and not on its +parent window.} The flag {\tt wxCENTRE\_FRAME} is obsolete and should not be used any longer. @@ -1611,7 +1612,7 @@ functions so should not be required by the application programmer. \func{virtual bool}{Reparent}{\param{wxWindow* }{newParent}} Reparents the window, i.e the window will be removed from its -current parent window (e.g. a non-standard toolbar in a wxFrame) +current parent window (e.g. a non-standard toolbar in a wxFrame) and then re-inserted into another (e.g. a wxMiniFrame for a floating toolbar). Available on Windows and GTK+. -- 2.45.2