]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/referenc.tex
GTK
[wxWidgets.git] / docs / latex / wx / referenc.tex
CommitLineData
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}
32Copyright (c) 1997 Julian Smart and Markus Holzem\\
33Portions (c) 1996 Artificial Intelligence Applications Institute\\
34\end{center}
35
36Permission to use, copy, modify, and distribute this software and its
37documentation for any purpose is hereby granted without fee, provided that the
38above copyright notice, author statement and this permission notice appear in
39all copies of this software and related documentation.
40
41THE SOFTWARE IS PROVIDED ``AS-IS'' AND WITHOUT WARRANTY OF ANY KIND, EXPRESS,
42IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY WARRANTY OF
43MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
44
45IN NO EVENT SHALL THE ARTIFICIAL INTELLIGENCE APPLICATIONS INSTITUTE OR THE
46UNIVERSITY OF EDINBURGH OR JULIAN SMART OR MARKUS HOLZEM BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT OR
47CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER RESULTING FROM
48LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF THE POSSIBILITY OF
49DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT OF OR IN CONNECTION WITH
50THE 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
57wxWindows is a class library for C++ providing GUI (Graphical User
58Interface) and other facilities on more than one platform. This document
59gives detailed information about the classes and functions that make up
60the wxWindows API (Application Programming Interface). Please refer to the
61wxWindows 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