]>
Commit | Line | Data |
---|---|---|
e14dccff | 1 | \documentstyle[a4,11pt,makeidx,verbatim,texhelp,fancyheadings,palatino]{thesis} |
81d66cf3 JS |
2 | % JACS: doesn't make it through Tex2RTF, sorry.I'll put it into texhelp.sty |
3 | % since Tex2RTF doesn't parse it. | |
e14dccff | 4 | %KB: |
81d66cf3 JS |
5 | %\addtolength{\textwidth}{1in} |
6 | %\addtolength{\oddsidemargin}{-0.5in} | |
7 | %\addtolength{\topmargin}{-0.5in} | |
8 | %\addtolength{\textheight}{1in} | |
9 | %\sloppy | |
e14dccff | 10 | %end of my changes |
a660d684 KB |
11 | \newcommand{\indexit}[1]{#1\index{#1}}% |
12 | \newcommand{\pipe}[0]{$\|$\ }% | |
13 | \definecolour{black}{0}{0}{0}% | |
14 | \definecolour{cyan}{0}{255}{255}% | |
15 | \definecolour{green}{0}{255}{0}% | |
16 | \definecolour{magenta}{255}{0}{255}% | |
17 | \definecolour{red}{255}{0}{0}% | |
18 | \definecolour{blue}{0}{0}{200}% | |
19 | \definecolour{yellow}{255}{255}{0}% | |
20 | \definecolour{white}{255}{255}{255}% | |
21 | % | |
22 | \input psbox.tex | |
23 | % Remove this for processing with dvi2ps instead of dvips | |
24 | %\special{!/@scaleunit 1 def} | |
25 | \parskip=10pt | |
26 | \parindent=0pt | |
27 | \title{User Manual for wxWindows 2.0: a portable C++ GUI toolkit} | |
bd0df01f | 28 | \winhelponly{\author{by Julian Smart |
a660d684 KB |
29 | %\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$} |
30 | }} | |
1889c7c9 | 31 | \winhelpignore{\author{Julian Smart} |
bd0df01f | 32 | \date{July 31st 1998} |
a660d684 KB |
33 | } |
34 | \makeindex | |
35 | \begin{document} | |
36 | \maketitle | |
37 | \pagestyle{fancyplain} | |
38 | \bibliographystyle{plain} | |
39 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
40 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
41 | \pagenumbering{roman} | |
42 | \tableofcontents | |
43 | ||
44 | % A special table of contents for the WinHelp manual | |
45 | \begin{comment} | |
46 | \winhelponly{ | |
47 | \chapter*{wxWindows class library reference}\label{winhelpcontents} | |
48 | ||
49 | \center{ | |
50 | %\image{}{wxwin.wmf} | |
51 | }% | |
52 | ||
53 | \sethotspotcolour{off}% | |
54 | \sethotspotunderline{on}% | |
55 | \large{ | |
56 | \image{}{cpp.bmp} \helpref{Alphabetical class reference}{classref} | |
57 | ||
58 | \image{}{shelves.bmp} \helpref{Classes by category}{classesbycat} | |
59 | ||
60 | \image{}{book1.bmp} \helpref{Topic overviews}{overviews} | |
61 | ||
62 | \image{}{hand1.bmp} \helpref{Guide to wxWindows}{wxwinchapters} | |
63 | } | |
64 | \sethotspotcolour{on}% | |
65 | \sethotspotunderline{on}% | |
66 | ||
67 | \chapter*{Overview of wxWindows}\label{wxwinchapters} | |
68 | ||
69 | \helpref{Introduction}{introduction}\\ | |
70 | %\helpref{Resource guide}{resguide}\\ | |
71 | %\helpref{Comparison with other GUI models}{comparison}\\ | |
72 | %\helpref{Multi-platform development with wxWindows}{multiplat}\\ | |
73 | %\helpref{Tutorial}{tutorial}\\ | |
74 | \helpref{The wxWindows resource system}{resourceformats}\\ | |
75 | \helpref{Utilities}{utilities}\\ | |
76 | \helpref{Programming strategies}{strategies}\\ | |
77 | \helpref{Bugs and future directions}{bugs}\\ | |
78 | \helpref{References}{bibliography} | |
79 | } | |
80 | \end{comment} | |
81 | ||
82 | \chapter*{Copyright notice} | |
83 | \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}% | |
84 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
85 | ||
86 | \begin{center} | |
bd0df01f JS |
87 | Copyright (c) 1998 Julian Smart, Markus Holzem, Robert Roebling and other |
88 | members of the wxWindows team\\ | |
a660d684 KB |
89 | Portions (c) 1996 Artificial Intelligence Applications Institute\\ |
90 | \end{center} | |
91 | ||
92 | Permission to use, copy, modify, and distribute this software and its | |
93 | documentation for any purpose is hereby granted without fee, provided that the | |
94 | above copyright notice, author statement and this permission notice appear in | |
95 | all copies of this software and related documentation. | |
96 | ||
97 | THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, | |
98 | IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF | |
99 | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
100 | ||
101 | IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE | |
bd0df01f | 102 | UNIVERSITY OF EDINBURGH OR ANY MEMBERS OF THE WXWINDOWS TEAM BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR |
a660d684 KB |
103 | CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM |
104 | LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF | |
105 | DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH | |
106 | THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
107 | ||
108 | \input{body.tex} | |
109 | \helpinput{classes.tex} | |
110 | \helpinput{category.tex} | |
111 | \helpinput{topics.tex} | |
112 | ||
bd0df01f | 113 | \begin{comment} |
a660d684 KB |
114 | \newpage |
115 | ||
116 | % Puts books in the bibliography without needing to cite them in the | |
117 | % text | |
118 | \nocite{helpbook}% | |
119 | \nocite{wong93}% | |
120 | \nocite{pree94}% | |
121 | \nocite{gamma95}% | |
122 | \nocite{smart95a}% | |
123 | \nocite{smart95b}% | |
124 | ||
125 | \bibliography{refs} | |
126 | \addcontentsline{toc}{chapter}{Bibliography} | |
127 | \setheader{{\it REFERENCES}}{}{}{}{}{{\it REFERENCES}}% | |
128 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
bd0df01f | 129 | \end{comment} |
a660d684 KB |
130 | |
131 | \newpage | |
132 | \addcontentsline{toc}{chapter}{Index} | |
133 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% | |
134 | \setfooter{\thepage}{}{}{}{}{\thepage}% | |
135 | \printindex | |
136 | \end{document} |