Added missing } so tex2rtf wouldn't puke

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3277 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
1999-08-05 03:47:29 +00:00
parent 48bf5def83
commit 18ac8d6919

View File

@@ -137,8 +137,9 @@ Centres the window.
\wxheading{Parameters} \wxheading{Parameters}
\docparam{direction}{Specifies the direction for the centering. May be {\tt wxHORIZONTAL}, {\tt wxVERTICAL}\rtfsp \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 or {\tt wxBOTH}. It may also include {\tt wxCENTRE\_ON\_SCREEN} flag
want to center the window on the entire screen and not on its parent window. 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. 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}} \func{virtual bool}{Reparent}{\param{wxWindow* }{newParent}}
Reparents the window, i.e the window will be removed from its 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 and then re-inserted into another (e.g. a wxMiniFrame for a
floating toolbar). Available on Windows and GTK+. floating toolbar). Available on Windows and GTK+.