2008-10-09 20:29:36 +00:00
|
|
|
\documentclass[a4paper]{book}
|
|
|
|
|
\usepackage{a4wide}
|
|
|
|
|
\usepackage{makeidx}
|
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
|
\usepackage{graphicx}
|
|
|
|
|
\usepackage{multicol}
|
|
|
|
|
\usepackage{float}
|
|
|
|
|
\usepackage{textcomp}
|
|
|
|
|
\usepackage{alltt}
|
|
|
|
|
\usepackage{times}
|
|
|
|
|
\usepackage{ifpdf}
|
|
|
|
|
\ifpdf
|
|
|
|
|
\usepackage[pdftex,
|
|
|
|
|
pagebackref=true,
|
|
|
|
|
colorlinks=true,
|
|
|
|
|
linkcolor=blue,
|
|
|
|
|
unicode
|
|
|
|
|
]{hyperref}
|
|
|
|
|
\else
|
|
|
|
|
\usepackage[ps2pdf,
|
|
|
|
|
pagebackref=true,
|
|
|
|
|
colorlinks=true,
|
|
|
|
|
linkcolor=blue,
|
|
|
|
|
unicode
|
|
|
|
|
]{hyperref}
|
|
|
|
|
\usepackage{pspicture}
|
|
|
|
|
\fi
|
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
|
\usepackage{doxygen}
|
|
|
|
|
\makeindex
|
2008-12-07 22:31:40 +00:00
|
|
|
\setcounter{tocdepth}{1}
|
2008-10-09 20:29:36 +00:00
|
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
|
|
|
\begin{document}
|
|
|
|
|
\begin{titlepage}
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{4.5cm}
|
2008-10-09 20:29:36 +00:00
|
|
|
\begin{center}
|
2012-12-09 18:45:57 +00:00
|
|
|
{\Huge FLTK 1.3.2 Programming Manual}\\
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{2cm}
|
2008-10-09 20:29:36 +00:00
|
|
|
\begin{ImageNoCaption}
|
2008-12-07 23:03:29 +00:00
|
|
|
\mbox{\includegraphics[width=6cm]{FL200}}
|
2008-10-09 20:29:36 +00:00
|
|
|
\end{ImageNoCaption}\\
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{2cm}
|
2008-10-09 20:29:36 +00:00
|
|
|
{\Large
|
2008-12-07 23:03:29 +00:00
|
|
|
Revision 9 by F. Costantini, D. Gibson, M. Melcher, \\
|
2011-08-26 17:25:44 +00:00
|
|
|
A. Schlosser, B. Spitzak, and M. Sweet.}\\
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{1.5cm}
|
2012-12-09 18:45:57 +00:00
|
|
|
{\large Copyright 1998-2012 by Bill Spitzak and others.}\\
|
2011-08-26 17:25:44 +00:00
|
|
|
\vspace*{0.75cm}
|
|
|
|
|
{\Small
|
|
|
|
|
This software and manual are provided under the terms of the GNU Library General Public License.}\\
|
|
|
|
|
{\Small
|
|
|
|
|
Permission is granted to reproduce this manual or any portion for any purpose,}\\
|
|
|
|
|
{\Small
|
|
|
|
|
provided this copyright and permission notice are preserved.}\\
|
|
|
|
|
\vspace*{2.5cm}
|
|
|
|
|
{\large Generated by Doxygen 1.7.5}\\
|
2008-10-09 20:29:36 +00:00
|
|
|
\vspace*{0.5cm}
|
2008-12-07 22:21:37 +00:00
|
|
|
\today{}\\
|
2008-10-09 20:29:36 +00:00
|
|
|
\end{center}
|
|
|
|
|
\end{titlepage}
|
|
|
|
|
\clearemptydoublepage
|
|
|
|
|
\pagenumbering{roman}
|
|
|
|
|
\tableofcontents
|
|
|
|
|
\clearemptydoublepage
|
|
|
|
|
\pagenumbering{arabic}
|