]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing } so tex2rtf wouldn't puke
authorRobin Dunn <robin@alldunn.com>
Thu, 5 Aug 1999 03:47:29 +0000 (03:47 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 5 Aug 1999 03:47:29 +0000 (03:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/window.tex

index 85fcf11e75062deece646b380ab71c9b1c176d07..7990b1133a05e9028bfe53d42836ccd106b0435c 100644 (file)
@@ -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+.