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