]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/manual.tex
Changed files to work with wxDataFormat
[wxWidgets.git] / docs / latex / wx / manual.tex
CommitLineData
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}
28\winhelponly{\author{by Julian Smart and Markus Holzem
29%\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$}
30}}
1889c7c9
JS
31\winhelpignore{\author{Julian Smart}
32\date{June 4th 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}
87Copyright (c) 1997 Julian Smart and Markus Holzem\\
88Portions (c) 1996 Artificial Intelligence Applications Institute\\
89\end{center}
90
91Permission to use, copy, modify, and distribute this software and its
92documentation for any purpose is hereby granted without fee, provided that the
93above copyright notice, author statement and this permission notice appear in
94all copies of this software and related documentation.
95
96THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
97IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
98MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
99
100IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE
101UNIVERSITY OF EDINBURGH OR JULIAN SMART OR MARKUS HOLZEM BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR
102CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
103LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
104DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
105THE USE OR PERFORMANCE OF THIS SOFTWARE.
106
107\input{body.tex}
108\helpinput{classes.tex}
109\helpinput{category.tex}
110\helpinput{topics.tex}
111
112\newpage
113
114% Puts books in the bibliography without needing to cite them in the
115% text
116\nocite{helpbook}%
117\nocite{wong93}%
118\nocite{pree94}%
119\nocite{gamma95}%
120\nocite{smart95a}%
121\nocite{smart95b}%
122
123\bibliography{refs}
124\addcontentsline{toc}{chapter}{Bibliography}
125\setheader{{\it REFERENCES}}{}{}{}{}{{\it REFERENCES}}%
126\setfooter{\thepage}{}{}{}{}{\thepage}%
127
128\newpage
129\addcontentsline{toc}{chapter}{Index}
130\setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}%
131\setfooter{\thepage}{}{}{}{}{\thepage}%
132\printindex
133\end{document}