From e14dccff1c43da7efdba7fcf63bdfb4bab22a428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karsten=20Ball=C3=BCder?= Date: Fri, 17 Jul 1998 12:34:50 +0000 Subject: [PATCH] fixed, latex now works for manual.tex and referenc.tex, but referenc.tex fails with index git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@287 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/classes.tex | 7 ++++++- docs/latex/wx/cmdevent.tex | 7 ++++++- docs/latex/wx/datstrm.tex | 9 +++++++-- docs/latex/wx/manual.tex | 9 ++++++++- docs/latex/wx/menuitem.tex | 19 ++++++++++++------- docs/latex/wx/referenc.tex | 10 +++++++++- docs/latex/wx/thread.tex | 17 +++++++++++------ 7 files changed, 59 insertions(+), 19 deletions(-) diff --git a/docs/latex/wx/classes.tex b/docs/latex/wx/classes.tex index 67c963df02..693c934d58 100644 --- a/docs/latex/wx/classes.tex +++ b/docs/latex/wx/classes.tex @@ -50,7 +50,7 @@ $$\image{14cm;0cm}{wxclass.ps}$$ \input cursor.tex \input database.tex \input date.tex -\input datstream.tex +\input datstrm.tex \input dc.tex \input ddeclint.tex \input ddeconn.tex @@ -172,3 +172,8 @@ $$\image{14cm;0cm}{wxclass.ps}$$ \input function.tex + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: diff --git a/docs/latex/wx/cmdevent.tex b/docs/latex/wx/cmdevent.tex index 2b2a9d6841..2baa07bf3e 100644 --- a/docs/latex/wx/cmdevent.tex +++ b/docs/latex/wx/cmdevent.tex @@ -27,7 +27,7 @@ which is generated by a wxCheckBox control.} which is generated by a wxChoice control.} \twocolitem{{\bf EVT\_LISTBOX(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_SELECTED command, which is generated by a wxListBox control.} -\twocolitem{{\bf EVT\_LISTBOX_DCLICK(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_DOUBLECLICKED command, +\twocolitem{{\bf EVT\_LISTBOX\_DCLICK(id, func)}}{Process a wxEVT\_COMMAND\_LISTBOX\_DOUBLECLICKED command, which is generated by a wxListBox control.} \twocolitem{{\bf EVT\_TEXT(id, func)}}{Process a wxEVT\_COMMAND\_TEXT\_UPDATED command, which is generated by a wxTextCtrl control.} @@ -177,3 +177,8 @@ Sets the {\bf m\_commandInt} member. Sets the {\bf m\_commandString} member. + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: diff --git a/docs/latex/wx/datstrm.tex b/docs/latex/wx/datstrm.tex index 6954199eff..c357fb665e 100644 --- a/docs/latex/wx/datstrm.tex +++ b/docs/latex/wx/datstrm.tex @@ -96,14 +96,19 @@ Writes the double {\it f} to the stream using the IEEE format. \membersection{wxDataStream::WriteString} -\func{void}{wxDataStream::WriteString}{{\param const wxString& }{string}} +\func{void}{wxDataStream::WriteString}{{\param const wxString\& }{string}} Writes {\it string} to the stream. Actually, this method writes the size of the string before writing {\it string} itself. \membersection{wxDataStream::WriteLine} -\func{void}{wxDataStream::WriteLine}{{\param const wxString& }{string}} +\func{void}{wxDataStream::WriteLine}{{\param const wxString\& }{string}} Writes {\it string} as a line. Depending on the operating system, it adds \\n or \\r\\n. + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: diff --git a/docs/latex/wx/manual.tex b/docs/latex/wx/manual.tex index 8f0a44c08a..81fba91bef 100644 --- a/docs/latex/wx/manual.tex +++ b/docs/latex/wx/manual.tex @@ -1,4 +1,11 @@ -\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} +\documentstyle[a4,11pt,makeidx,verbatim,texhelp,fancyheadings,palatino]{thesis} +%KB: +\addtolength{\textwidth}{1in} +\addtolength{\oddsidemargin}{-0.5in} +\addtolength{\topmargin}{-0.5in} +\addtolength{\textheight}{1in} +\sloppy +%end of my changes \newcommand{\indexit}[1]{#1\index{#1}}% \newcommand{\pipe}[0]{$\|$\ }% \definecolour{black}{0}{0}{0}% diff --git a/docs/latex/wx/menuitem.tex b/docs/latex/wx/menuitem.tex index 35204ef6cf..00706c3f42 100644 --- a/docs/latex/wx/menuitem.tex +++ b/docs/latex/wx/menuitem.tex @@ -141,27 +141,27 @@ Returns TRUE if the item is a separator. \membersection{wxMenuItem::SetBackgroundColour}\label{wxmenuitemsetbackgroundcolour} -\constfunc{void}{SetBackgroundColour}{\param{const wxColour& }{colour}} +\constfunc{void}{SetBackgroundColour}{\param{const wxColour\& }{colour}} Sets the background colour associated with the menu item (Windows only). \membersection{wxMenuItem::SetBitmaps}\label{wxmenuitemsetbitmaps} -\constfunc{void}{SetBitmaps}{\param{const wxBitmap& }{checked}, - \param{const wxBitmap& }{unchecked = wxNullBitmap}} +\constfunc{void}{SetBitmaps}{\param{const wxBitmap\& }{checked}, + \param{const wxBitmap\& }{unchecked = wxNullBitmap}} Sets the checked/unchecked bitmaps for the menu item (Windows only). The first bitmap is also used as the single bitmap for uncheckable menu items. \membersection{wxMenuItem::SetFont}\label{wxmenuitemsetfont} -\constfunc{void}{SetFont}{\param{const wxFont& }{font}} +\constfunc{void}{SetFont}{\param{const wxFont\& }{font}} Sets the font associated with the menu item (Windows only). \membersection{wxMenuItem::SetHelp}\label{wxmenuitemsethelp} -\constfunc{void}{SetHelp}{\param{const wxString& }{helpString}} +\constfunc{void}{SetHelp}{\param{const wxString\& }{helpString}} Sets the help string. @@ -173,14 +173,19 @@ Sets the width of the menu item checkmark bitmap (Windows only). \membersection{wxMenuItem::SetName}\label{wxmenuitemsetname} -\constfunc{void}{SetName}{\param{const wxString& }{text}} +\constfunc{void}{SetName}{\param{const wxString\& }{text}} Sets the text associated with the menu item. \membersection{wxMenuItem::SetTextColour}\label{wxmenuitemsettextcolour} -\constfunc{void}{SetTextColour}{\param{const wxColour& }{colour}} +\constfunc{void}{SetTextColour}{\param{const wxColour\& }{colour}} Sets the text colour associated with the menu item (Windows only). + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: diff --git a/docs/latex/wx/referenc.tex b/docs/latex/wx/referenc.tex index c57ed7b601..4ed811678e 100644 --- a/docs/latex/wx/referenc.tex +++ b/docs/latex/wx/referenc.tex @@ -1,4 +1,12 @@ -\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} +\documentstyle[a4,11pt,makeidx,verbatim,texhelp,fancyheadings,palatino]{thesis} +%KB: +\addtolength{\textwidth}{1in} +\addtolength{\oddsidemargin}{-0.5in} +\addtolength{\topmargin}{-0.5in} +\addtolength{\textheight}{1in} +\sloppy +%end of my changes +%\documentstyle[a4,makeidx,verbatim,texhelp,fancyhea,mysober,mytitle]{report} \newcommand{\indexit}[1]{#1\index{#1}} \newcommand{\pipe}[0]{$\|$\ }% \input psbox.tex diff --git a/docs/latex/wx/thread.tex b/docs/latex/wx/thread.tex index f3b2d4b2b3..fab79009fc 100644 --- a/docs/latex/wx/thread.tex +++ b/docs/latex/wx/thread.tex @@ -80,9 +80,9 @@ The following priorities are already defined: \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf WXTHREAD_MIN_PRIORITY}}{0} -\twocolitem{{\bf WXTHREAD_DEFAULT_PRIORITY}}{50} -\twocolitem{{\bf WXTHREAD_MAX_PRIORITY}}{100} +\twocolitem{{\bf WXTHREAD\_MIN\_PRIORITY}}{0} +\twocolitem{{\bf WXTHREAD\_DEFAULT\_PRIORITY}}{50} +\twocolitem{{\bf WXTHREAD\_MAX\_PRIORITY}}{100} \end{twocollist} \membersection{wxThread::IsAlive}\label{wxthreadisalive} @@ -119,8 +119,13 @@ The following priorities are already defined: \twocolwidtha{7cm} \begin{twocollist}\itemsep=0pt -\twocolitem{{\bf WXTHREAD_MIN_PRIORITY}}{0} -\twocolitem{{\bf WXTHREAD_DEFAULT_PRIORITY}}{50} -\twocolitem{{\bf WXTHREAD_MAX_PRIORITY}}{100} +\twocolitem{{\bf WXTHREAD\_MIN\_PRIORITY}}{0} +\twocolitem{{\bf WXTHREAD\_DEFAULT\_PRIORITY}}{50} +\twocolitem{{\bf WXTHREAD\_MAX\_PRIORITY}}{100} \end{twocollist} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "referenc" +%%% End: