]> git.saurik.com Git - wxWidgets.git/commitdiff
Some fixes (&->\&, _->\_) to remove latex complaints.
authorHarco de Hilster <harcoh@caos.kun.nl>
Mon, 7 Feb 2000 10:14:56 +0000 (10:14 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Mon, 7 Feb 2000 10:14:56 +0000 (10:14 +0000)
Actually the whole point of this excercise was to try to make a nice pdf file
with contents tree and thumbnail pages using pdflatex, but it keeps depleting
tex's resources :-(

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5884 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/bitmap.tex
docs/latex/wx/encconv.tex
docs/latex/wx/filetype.tex
docs/latex/wx/function.tex
docs/latex/wx/htcell.tex
docs/latex/wx/htmlhlpf.tex
docs/latex/wx/htwindow.tex
docs/latex/wx/memorydc.tex
docs/latex/wx/menu.tex
docs/latex/wx/tsamples.tex

index 1739b0443985c6fa62e65a5a92f889021f8e8295..0fffc0a71a947f95fa10ed55baf046b32b9cd507 100644 (file)
@@ -321,7 +321,7 @@ Gets the width of the bitmap in pixels.
 
 \membersection{wxBitmap::GetSubBitmap}\label{wxbitmapgetsubbitmap}
 
-\constfunc{wxBitmap}{GetSubBitmap}{\param{const wxRect&}{rect}}
+\constfunc{wxBitmap}{GetSubBitmap}{\param{const wxRect\&}{rect}}
 
 Returns a sub bitmap of the current one as long as the rect belongs entirely to 
 the bitmap. This function preserves bit depth and mask information.
index 4287f63054c78931b164686914ffad12e2e28d01..2c45952bda37c2f8936839cfe5a4286a6422bfe0 100644 (file)
@@ -7,7 +7,7 @@
 
 This class is capable of converting strings between any two
 8-bit encodings/charsets. It can also convert from/to Unicode (but only
-if you compiled wxWindows with wxUSE_UNICODE set to 1).
+if you compiled wxWindows with wxUSE\_UNICODE set to 1).
 
 \wxheading{Derived from}
 
index c76595f4b20b50830273ec289d85b8705588b541..e711958c3d7e019bb4727d0f84225bbd2e4af043 100644 (file)
@@ -127,7 +127,7 @@ with full MIME type specification for this file type: for example, "text/plain".
 
 \membersection{wxFileType::GetMimeTypes}\label{wxfiletypegetmimetypes}
 
-\func{bool}{GetMimeType}{\param{wxArrayString&}{ mimeTypes}}
+\func{bool}{GetMimeType}{\param{wxArrayString\&}{ mimeTypes}}
 
 Same as \helpref{GetMimeType}{wxfiletypegetmimetype} but returns array of MIME
 types. This array will contain only one item in most cases but sometimes,
index e19bae016489a4758402f36d2d1517a6478f060f..3d488829d79cbcfdf02865d096eeeb6c67d037e6 100644 (file)
@@ -88,7 +88,7 @@ a directory.
 
 \membersection{::wxFileModificationTime}
 
-\func{time_t}{wxFileModificationTime}{\param{const wxString\& }{filename}}
+\func{time\_t}{wxFileModificationTime}{\param{const wxString\& }{filename}}
 
 Returns time of last modification of given file.
 
index 0922d7cba8d8577dd219c9a3463d6dad52817af6..e585ffa6823a5e3d6df32d0df01df67f43a87a01 100644 (file)
@@ -197,7 +197,7 @@ before calling Layout.
 
 \membersection{wxHtmlCell::OnMouseClick}\label{wxhtmlcellonmouseclick}
 
-\func{virtual void}{OnMouseClick}{\param{wxWindow* }{parent}, \param{int }{x}, \param{int }{y}, \param{const wxMouseEvent& }{event}}
+\func{virtual void}{OnMouseClick}{\param{wxWindow* }{parent}, \param{int}{x}, \param{int }{y}, \param{const wxMouseEvent\& }{event}}
 
 This function is simple event handler. Each time user clicks mouse button over a cell
 within \helpref{wxHtmlWindow}{wxhtmlwindow} this method of that cell is called. Default behavior is
index 0635e2f6d7468c684cb4e782aa1ed3dd3b3a941c..af4ebdc9b76f2e71fb2682ecf22214fa8f29970c 100644 (file)
@@ -28,7 +28,7 @@ location of .hhp file.
 Charset=@rfc_charset@
 \end{verbatim}
 
-which specifies what charset (e.g. "iso8859_1") was used in contents
+which specifies what charset (e.g. "iso8859\_1") was used in contents
 and index files. Please note that this line is incompatible with
 MS HTML Help Workshop and it would either silently remove it or complain
 with some error. See also 
index 2093c7c37b2d4f22159db77bcff5501e7fb029cd..d4bc2e29e83fc4afdb6b97ac32c4a64a8987ffd9 100644 (file)
@@ -131,7 +131,7 @@ FALSE if an error occured, TRUE otherwise
 
 \membersection{wxHtmlWindow::OnLinkClicked}\label{wxhtmlwindowonlinkclicked}
 
-\func{virtual void}{OnLinkClicked}{\param{const wxHtmlLinkInfo& }{link}}
+\func{virtual void}{OnLinkClicked}{\param{const wxHtmlLinkInfo\& }{link}}
 
 Called when user clicks on hypertext link. Default behaviour is to call 
 \helpref{LoadPage}{wxhtmlwindowloadpage} and do nothing else.
index fe12b8ce0c26e90e9c393319cea98e6c9ecb27d0..39a8fbbbcacf4e48099f2c6568b0f86a595b89cc 100644 (file)
@@ -1,7 +1,8 @@
 \section{\class{wxMemoryDC}}\label{wxmemorydc}
 
 A memory device context provides a means to draw graphics onto a bitmap. When
-drawing in to a mono-bitmap, using {\tt wxWHITE}, {\tt wxWHITE_PEN} and {\tt wxWHITE_BRUSH}
+drawing in to a mono-bitmap, using {\tt wxWHITE}, {\tt wxWHITE\_PEN} and
+{\tt wxWHITE\_BRUSH}
 will draw the background colour (i.e. 0) whereas all other colours will draw the
 foreground colour (i.e. 1).
 
index 3bb69f391abb633c992caf5212158a3eaaac0473..4f8faa2abb9404d117963eea12f8c1ce8542ebb1 100644 (file)
@@ -502,7 +502,7 @@ menu bar.}
 
 \docparam{titles}{An array of title strings. Deallocate this array after creating the menu bar.}
 
-\docparam{style}{If {\tt wxMB_DOCKABLE} the menu bar can be detached (wxGTK only).}
+\docparam{style}{If {\tt wxMB\_DOCKABLE} the menu bar can be detached (wxGTK only).}
 
 \pythonnote{Only the default constructor is supported in wxPython.
 Use wxMenuBar.Append instead.}
index f57c502f9f5e1de4829a973e3957c3bfba7d1101..c234cbcc5dbf623bb279fcdee72e73a328437769 100644 (file)
@@ -311,8 +311,8 @@ the \helpref{wxTextCtrl}{wxtextctrl} class (single line, multi line, read only,
 password, ignoring TAB, ignoring ENTER).
 
 Secondly it shows how to intercept a \helpref{wxKeyEvent}{wxkeyevent} in both
-the raw form using the {\tt EVT_KEY_UP} and {\tt EVT_KEY_DOWN} macros and the
-higherlevel from using the {\tt EVT_CHAR} macro. All characters will be logged
+the raw form using the {\tt EVT\_KEY\_UP} and {\tt EVT\_KEY\_DOWN} macros and the
+higherlevel from using the {\tt EVT\_CHAR} macro. All characters will be logged
 in a log window at the bottom of the main window. By pressing some of the function
 keys, you can test some actions in the text ctrl as well as get statitics on the
 text ctrls, which is useful for testing if these statitics actually are correct.