]>
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 | \input psbox.tex | |
5 | ||
6 | % Remove this for processing with dvi2ps instead of dvips | |
7 | %\special{!/@scaleunit 1 def} | |
8 | ||
9 | \parskip=10pt | |
10 | \parindent=0pt | |
11 | \title{Reference Manual for wxWindows 2.0: a portable C++ GUI toolkit} | |
12 | \author{Julian Smart and Markus Holzem} | |
13 | \date{October 21st 1997} | |
14 | ||
15 | \makeindex | |
16 | \begin{document} | |
17 | \maketitle | |
18 | ||
19 | \pagestyle{fancyplain} | |
20 | \bibliographystyle{plain} | |
21 | \setheader{{\it CONTENTS}}{}{}{}{}{{\it CONTENTS}} | |
22 | \setfooter{\thepage}{}{}{}{}{\thepage} | |
23 | \pagenumbering{roman} | |
24 | \tableofcontents | |
25 | ||
26 | ||
27 | \chapter*{Copyright notice} | |
28 | \setheader{{\it COPYRIGHT}}{}{}{}{}{{\it COPYRIGHT}}% | |
29 | \setfooter{\thepage}{}{}{}{}{\thepage} | |
30 | ||
31 | \begin{center} | |
32 | Copyright (c) 1997 Julian Smart and Markus Holzem\\ | |
33 | Portions (c) 1996 Artificial Intelligence Applications Institute\\ | |
34 | \end{center} | |
35 | ||
36 | Permission to use, copy, modify, and distribute this software and its | |
37 | documentation for any purpose is hereby granted without fee, provided that the | |
38 | above copyright notice, author statement and this permission notice appear in | |
39 | all copies of this software and related documentation. | |
40 | ||
41 | THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS, | |
42 | IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF | |
43 | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. | |
44 | ||
45 | IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE | |
46 | UNIVERSITY OF EDINBURGH OR JULIAN SMART OR MARKUS HOLZEM BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR | |
47 | CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM | |
48 | LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF | |
49 | DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH | |
50 | THE USE OR PERFORMANCE OF THIS SOFTWARE. | |
51 | ||
52 | \chapter{This manual} | |
53 | \pagenumbering{arabic}% | |
54 | \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}% | |
55 | \setfooter{\thepage}{}{}{}{}{\thepage} | |
56 | ||
57 | wxWindows is a class library for C++ providing GUI (Graphical User | |
58 | Interface) and other facilities on more than one platform. This document | |
59 | gives detailed information about the classes and functions that make up | |
60 | the wxWindows API (Application Programming Interface). Please refer to the | |
61 | wxWindows user manual for a more general description of wxWindows. | |
62 | ||
63 | \input{classes.tex} | |
64 | \input{category.tex} | |
65 | \input{topics.tex} | |
66 | ||
67 | \addcontentsline{toc}{chapter}{Index} | |
68 | \setheader{{\it INDEX}}{}{}{}{}{{\it INDEX}}% | |
69 | \setfooter{\thepage}{}{}{}{}{\thepage} | |
70 | \printindex | |
71 | ||
72 | \end{document} | |
73 |