]> git.saurik.com Git - wxWidgets.git/commitdiff
Latex corrections from Marc Albrecht
authorJulian Smart <julian@anthemion.co.uk>
Fri, 18 Jun 2004 17:57:47 +0000 (17:57 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 18 Jun 2004 17:57:47 +0000 (17:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/colour.tex
docs/latex/wx/encconv.tex
docs/latex/wx/frame.tex
docs/latex/wx/function.tex
docs/latex/wx/locale.tex
docs/latex/wx/ltx.tex
docs/latex/wx/sizer.tex
docs/latex/wx/text.tex

index 67ac7fc45c9119a3d61b815e6a62618137b04d53..949b99dac3bb33770752142f7129dc41ec2390bc 100644 (file)
@@ -337,7 +337,7 @@ found in the database.
 
 \func{wxColour*}{FindColour}{\param{const wxString\& }{colourName}}
 
 
 \func{wxColour*}{FindColour}{\param{const wxString\& }{colourName}}
 
-Finds a colour given the name. Returns \tt{NULL} if not found or a pointer which
+Finds a colour given the name. Returns {\tt NULL} if not found or a pointer which
 must be deleted by the caller otherwise.
 
 Please note that this method is deprecated and will be removed in the next
 must be deleted by the caller otherwise.
 
 Please note that this method is deprecated and will be removed in the next
index d9db707ce06e42bbdc5837270b1a4c066e344504..a0a4e96c219a90004100526cc89eb703c34b3100 100644 (file)
@@ -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
 \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
 
 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
index 5bb7a52b5e2ff6ad2140be9417bdfb395d0c60af..89e56d46bca4b614b2b8a54c3d472c869be113d4 100644 (file)
@@ -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
 \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
 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}
 operation is successful.
 
 \membersection{wxFrame::SetStatusBar}\label{wxframesetstatusbar}
index b204d0b7988b08b551c80e06484698529adb5376..74500810d67da2d714d1591057f177ac3eff4a52 100644 (file)
@@ -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 
 \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
 
 repeat this type twice if you want to declare and define a function pointer all
 in one line
 
index 55194a79e2eef00e4a66cd97a465015653d52fda..e245495c15e44fb59f8d2d347e7518dff9c8835c 100644 (file)
@@ -559,6 +559,8 @@ wxLANGUAGE\_DEFAULT has special meaning -- wxLocale will use system's default
 language (see \helpref{GetSystemLanguage}{wxlocalegetsystemlanguage}).}
 
 \docparam{flags}{Combination of the following:
 language (see \helpref{GetSystemLanguage}{wxlocalegetsystemlanguage}).}
 
 \docparam{flags}{Combination of the following:
+
+
 \begin{twocollist}\itemsep=0pt
 \twocolitem{\windowstyle{wxLOCALE\_LOAD\_DEFAULT}}{Load the message catalog
 for the given locale containing the translations of standard wxWidgets messages
 \begin{twocollist}\itemsep=0pt
 \twocolitem{\windowstyle{wxLOCALE\_LOAD\_DEFAULT}}{Load the message catalog
 for the given locale containing the translations of standard wxWidgets messages
index 89ac57621eb589d707d6a797ba9575c6fc0ecdd1..62277a17e9d786b82bc2510168aa5f0cdb415537 100644 (file)
@@ -1 +1,5 @@
-\newcommand{\gifsep}{\hspace{1cm}}
\ No newline at end of file
+\newcommand{\gifsep}{\hspace{1cm}}
+\newcommand{\true}{{\bf TRUE}}
+\newcommand{\false}{{\bf FALSE}}
+\newcommand{\caret}{\symbol{94}}
+\renewcommand{\arg}[1]{{\tt #1}}
index 34bf8f74c2200e8e77f5e11e0e898ae572acf1e3..7ab64a666fa315f9ee32a5f0483550e65d5370ea 100644 (file)
@@ -105,7 +105,8 @@ dependent on the specific kind of sizer used.
 \windowstyle{wxLEFT}\\
 \windowstyle{wxRIGHT}\\
 \windowstyle{wxALL}}{These flags are used to specify which side(s) of
 \windowstyle{wxLEFT}\\
 \windowstyle{wxRIGHT}\\
 \windowstyle{wxALL}}{These flags are used to specify which side(s) of
-the sizer item the {\it border} width will apply to. }
+  the sizer item the {\it border} width will apply to. }
+
 \twocolitem{\windowstyle{wxEXPAND}}{The item will be expanded to fill
 the space assigned to the item.}
 \twocolitem{\windowstyle{wxSHAPED}}{The item will be expanded as much
 \twocolitem{\windowstyle{wxEXPAND}}{The item will be expanded to fill
 the space assigned to the item.}
 \twocolitem{\windowstyle{wxSHAPED}}{The item will be expanded as much
index 743ca390581ad40542ab61214dc87f240b571716..52a159d151e03d686c1f3658345e95e673871552 100644 (file)
@@ -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 
 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.
 
 Please note that this function is currently only implemented in wxUniv and
 wxMSW ports.