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