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