From b325f27f23fa675189be3cd33b9582809ad57362 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 19 Jun 2004 07:40:07 +0000 Subject: [PATCH] Tex2RTF doesn't like {\tt{ thing}} git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/classes.tex | 1 - docs/latex/wx/encconv.tex | 2 +- docs/latex/wx/frame.tex | 4 ++-- docs/latex/wx/function.tex | 2 +- docs/latex/wx/text.tex | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/latex/wx/classes.tex b/docs/latex/wx/classes.tex index c8e49fab79..b6de238d8f 100644 --- a/docs/latex/wx/classes.tex +++ b/docs/latex/wx/classes.tex @@ -91,7 +91,6 @@ \input eraseevt.tex \input event.tex \input evthand.tex -%\input expr.tex \input ffile.tex \input ffilestr.tex \input file.tex diff --git a/docs/latex/wx/encconv.tex b/docs/latex/wx/encconv.tex index a0a4e96c21..75d3f757cc 100644 --- a/docs/latex/wx/encconv.tex +++ b/docs/latex/wx/encconv.tex @@ -85,7 +85,7 @@ or output encoding is not supported.) \func{static bool}{CanConvert}{\param{wxFontEncoding}{encIn}, \param{wxFontEncoding }{encOut}} Return true if (any text in) multibyte encoding \arg{encIn} can be converted to -another one ({\it{encOut}}) losslessly. +another one ({\it encOut}) losslessly. Do not call this method with \texttt{wxFONTENCODING\_UNICODE} as either parameter, it doesn't make sense (always works in one sense and always depends diff --git a/docs/latex/wx/frame.tex b/docs/latex/wx/frame.tex index 89e56d46bc..4ef9bd18f7 100644 --- a/docs/latex/wx/frame.tex +++ b/docs/latex/wx/frame.tex @@ -525,10 +525,10 @@ Note that on some platforms, it is not possible to call this function twice for \func{bool}{SetShape}{\param{const wxRegion\&}{ region}} If the platform supports it, sets the shape of the window to that -depicted by {\it{region}}. The system will not display or +depicted by {\it region}. The system will not display or respond to any mouse event for the pixels that lie outside of the region. To reset the window to the normal rectangular shape simply -call {\it{SetShape}} again with an empty region. Returns TRUE if the +call {\it SetShape} again with an empty region. Returns TRUE if the operation is successful. \membersection{wxFrame::SetStatusBar}\label{wxframesetstatusbar} diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index 74500810d6..6a95f696cc 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -2566,7 +2566,7 @@ This macro returns the concatenation of two tokens \arg{x} and \arg{y}. \func{}{wxDYNLIB\_FUNCTION}{\param{}{type}, \param{}{name}, \param{}{dynlib}} When loading a function from a DLL you always have to cast the returned -{\tt{void *}} pointer to the correct type and, even more annoyingly, you have to +{\tt void *} pointer to the correct type and, even more annoyingly, you have to repeat this type twice if you want to declare and define a function pointer all in one line diff --git a/docs/latex/wx/text.tex b/docs/latex/wx/text.tex index 52a159d151..dbb25cdce2 100644 --- a/docs/latex/wx/text.tex +++ b/docs/latex/wx/text.tex @@ -823,7 +823,7 @@ sequence in the native control. This function finds the character at the specified position expressed in pixels. If the return code is not \texttt{wxTE\_HT\_UNKNOWN} the row and column of the character closest to this position are returned in the \arg{col} and -\arg{row} parameters (unless the pointers are {\tt{NULL}} which is allowed). +\arg{row} parameters (unless the pointers are {\tt NULL} which is allowed). Please note that this function is currently only implemented in wxUniv and wxMSW ports. -- 2.45.2