]> git.saurik.com Git - wxWidgets.git/commitdiff
docs can be built again (thanks lacheck!)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Feb 2000 19:30:09 +0000 (19:30 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 2 Feb 2000 19:30:09 +0000 (19:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/accel.tex
docs/latex/wx/app.tex
docs/latex/wx/htlnkinf.tex
docs/latex/wx/mdi.tex
docs/latex/wx/noteevt.tex
docs/latex/wx/sngchdlg.tex
docs/latex/wx/window.tex
docs/latex/wx/wxhtml.tex

index f87438065fa338171087a3ad7a73ac36d40abc35..e753a8b75b63650578cc3a372bdd59f72cca0eed 100644 (file)
@@ -103,7 +103,7 @@ initial accelerator table for a window.
 
 An accelerator takes precedence over normal processing and can be a convenient way to program some event handling.
 For example, you can use an accelerator table to enable a dialog with a multi-line text control to
-accept CTRL-Enter as meaning 'OK' (but not in GTK at present).
+accept CTRL-Enter as meaning `OK' (but not in GTK at present).
 
 \wxheading{See also}
 
@@ -167,7 +167,7 @@ counter. It is a fast operation.
 
 \wxheading{Return value}
 
-Returns 'this' object.
+Returns reference to this object.
 
 \membersection{wxAcceleratorTable::operator $==$}
 
@@ -178,7 +178,7 @@ equal (a fast test).
 
 \wxheading{Parameters}
 
-\docparam{accel}{Accelerator table to compare with 'this'}
+\docparam{accel}{Accelerator table to compare with}
 
 \wxheading{Return value}
 
@@ -193,7 +193,7 @@ unequal (a fast test).
 
 \wxheading{Parameters}
 
-\docparam{accel}{Accelerator table to compare with 'this'}
+\docparam{accel}{Accelerator table to compare with}
 
 \wxheading{Return value}
 
index 33c31801e73b2932deebcd5c015bdb805a93884e..88b7b8c40fd8d9101970c56ccc198b121863ad89 100644 (file)
@@ -265,7 +265,7 @@ The default handler calls \helpref{wxWindow::Close}{wxwindowclose} with a TRUE a
 
 \wxheading{Remarks}
 
-Under X, OnEndSession is called in response to the 'die' event.
+Under X, OnEndSession is called in response to the `die' event.
 
 Under Windows, OnEndSession is called in response to the WM\_ENDSESSION message.
 
@@ -310,7 +310,7 @@ and vetoes the shutdown if Close returns FALSE. This will be sufficient for many
 
 \wxheading{Remarks}
 
-Under X, OnQueryEndSession is called in response to the 'save session' event.
+Under X, OnQueryEndSession is called in response to the `save session' event.
 
 Under Windows, OnQueryEndSession is called in response to the WM\_QUERYENDSESSION message.
 
index 88ab0b1c835208ab69480cd8c71e6c7c325b0644..20066909c987d05048814ef54a328bf5cee60506 100644 (file)
@@ -51,5 +51,5 @@ Return {\it HREF} value of the {\tt <A>} tag.
 
 Return {\it TARGET} value of the {\tt <A>} tag (this value
 is used to specify in which frame should be the page pointed
-by {\helpref{Href}{wxhtmllinkinfogethref} opened).
+by \helpref{Href}{wxhtmllinkinfogethref} opened).
 
index dae9a1e8d7f588f0f9198d679d1b5111965ba4b9..38f456036cfee07f6df3f7bc0835e9dbc22c8fdf 100644 (file)
@@ -275,7 +275,7 @@ for Windows, it is implicit in wxTHICK\_FRAME).}
 \twocolitem{\windowstyle{wxTHICK\_FRAME}}{Displays a thick frame around the window (Windows and Motif only).}
 \twocolitem{\windowstyle{wxVSCROLL}}{Displays a vertical scrollbar in the {\it client window}, allowing
 the user to view child frames that are off the current view.}
-\twocolitem{\windowxstyle{wxFRAME\_NO\_WINDOW\_MENU}{Under Windows, removes the Window menu that is normally
+\twocolitem{\windowstyle{wxFRAME\_NO\_WINDOW\_MENU}}{Under Windows, removes the Window menu that is normally
 added automatically.}
 \end{twocollist}
 
index 3c1f9bb8bf96ca2f0748726997682deebec8add7..92d84b60a76b9f9080bfa050db88b3b68aaa4804 100644 (file)
@@ -4,7 +4,7 @@ This class represents the events generated by a notebook control: currently,
 there are two of them. The PAGE\_CHANGING event is sent before the current
 page is changed. It allows to the program to examine the current page (which
 can be retrieved with 
-\helpref{GetOldSelection()}wxnotebookeventgetoldselection}) and to veto the page
+\helpref{GetOldSelection()}{wxnotebookeventgetoldselection}) and to veto the page
 change by calling \helpref{Veto()}{wxnotifyeventveto} if, for example, the
 current values in the controls of the old page are invalid.
 
index 62173d45057810a61b2628d78843ab8e9683fd44..ed8b0470b5e842867ce9dc07c1072d3d615f269a 100644 (file)
@@ -65,8 +65,8 @@ Constructor, taking a string list and optional client data.
 
 Use \helpref{wxSingleChoiceDialog::ShowModal}{wxsinglechoicedialogshowmodal} to show the dialog.
 
-\pythonnote{For Python the two parametes \tt{n} and \tt{choices} are collapsed
-into a single parameter \tt{choices} which is expected to be a Python
+\pythonnote{For Python the two parametes {\tt n} and {\tt choices} are collapsed
+into a single parameter {\tt choices} which is expected to be a Python
 list of strings.}
 
 \membersection{wxSingleChoiceDialog::\destruct{wxSingleChoiceDialog}}
index 165fafa15d7c72cb79d2a8ba46f082f80d87d3d6..b3dbcca606f5a964a10f4d04e3006169d9bc7356 100644 (file)
@@ -477,7 +477,7 @@ Returns the background colour of the window.
 This functions returns the best acceptable minimal size for the window. For
 example, for a static control, it will be the minimal size such that the
 control label is not truncated. For windows containing subwindows (typically
-\helpref{wxPanel}wxpanel}), the size returned by this function will be the
+\helpref{wxPanel}{wxpanel}), the size returned by this function will be the
 same as the size the window would have had after calling
 \helpref{Fit}{wxwindowfit}.
 
@@ -851,7 +851,7 @@ implements the following methods:\par
 \twocolitem{{\bf IsExposed(x,y, w=0,h=0}}{}
 \twocolitem{{\bf IsExposedPoint(pt)}}{}
 \twocolitem{{\bf IsExposedRect(rect)}}{}
-\end{twocollist}}
+\end{twocollist}}}
 
 \membersection{wxWindow::IsRetained}\label{wxwindowisretained}
 
index 8ba25e26010e9a8976011ec84ee331e2ab04d7b9..2375de3b12811872fa7b4886f10bc68c929c828b 100644 (file)
@@ -24,7 +24,7 @@ See lib/mod\_*.cpp files for details.
 
 There is a generic (non-wxHtmlWindow) wxHtmlParser class.
 
-\input htmlstrt.tex 
+\input htmlstrt.tex
 \input htmlprn.tex
 \input htmlhlpf.tex
 \input htmlfilt.tex