2000-10-14 02:41:17 -03:00
|
|
|
\documentclass{manual}
|
1998-04-16 23:47:13 -03:00
|
|
|
|
|
|
|
\title{Macintosh Library Modules}
|
|
|
|
|
|
|
|
\input{boilerplate}
|
|
|
|
|
2000-10-14 02:41:17 -03:00
|
|
|
\makeindex % tell \index to actually write the .idx file
|
|
|
|
\makemodindex % ... and the module index as well.
|
1998-04-16 23:47:13 -03:00
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
|
1998-07-28 18:55:19 -03:00
|
|
|
\ifhtml
|
|
|
|
\chapter*{Front Matter\label{front}}
|
|
|
|
\fi
|
|
|
|
|
1998-04-16 23:47:13 -03:00
|
|
|
\input{copyright}
|
|
|
|
|
|
|
|
\begin{abstract}
|
|
|
|
|
|
|
|
\noindent
|
|
|
|
This library reference manual documents Python's extensions for the
|
1999-11-10 12:13:25 -04:00
|
|
|
Macintosh. It should be used in conjunction with the
|
|
|
|
\citetitle[../lib/lib.html]{Python Library Reference}, which documents
|
|
|
|
the standard library and built-in types.
|
1998-04-16 23:47:13 -03:00
|
|
|
|
|
|
|
This manual assumes basic knowledge about the Python language. For an
|
1999-11-10 12:13:25 -04:00
|
|
|
informal introduction to Python, see the
|
|
|
|
\citetitle[../tut/tut.html]{Python Tutorial}; the
|
|
|
|
\citetitle[../ref/ref.html]{Python Reference Manual} remains the
|
|
|
|
highest authority on syntactic and semantic questions. Finally, the
|
|
|
|
manual entitled \citetitle[../ext/ext.html]{Extending and Embedding
|
|
|
|
the Python Interpreter} describes how to add new extensions to Python
|
|
|
|
and how to embed it in other applications.
|
1998-04-16 23:47:13 -03:00
|
|
|
|
|
|
|
\end{abstract}
|
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
2000-10-14 02:41:17 -03:00
|
|
|
|
|
|
|
\input{using.tex} % Using Python on the Macintosh
|
|
|
|
|
|
|
|
|
|
|
|
\chapter{MacPython Modules \label{macpython-modules}}
|
|
|
|
|
|
|
|
The following modules are only available on the Macintosh, and are
|
|
|
|
documented here:
|
|
|
|
|
|
|
|
\localmoduletable
|
|
|
|
|
|
|
|
\input{libmac}
|
1998-04-16 23:47:13 -03:00
|
|
|
\input{libctb}
|
2000-10-14 02:41:17 -03:00
|
|
|
%\input{libmacconsole}
|
1998-04-16 23:47:13 -03:00
|
|
|
\input{libmacdnr}
|
|
|
|
\input{libmacfs}
|
|
|
|
\input{libmacic}
|
|
|
|
\input{libmacos}
|
|
|
|
\input{libmacostools}
|
|
|
|
\input{libmactcp}
|
|
|
|
\input{libmacspeech}
|
|
|
|
\input{libmacui}
|
|
|
|
\input{libframework}
|
|
|
|
\input{libminiae}
|
2000-10-14 02:41:17 -03:00
|
|
|
\input{libaepack}
|
|
|
|
\input{libaetypes}
|
|
|
|
|
|
|
|
\input{toolbox} % MacOS Toolbox Modules
|
2001-04-13 01:49:30 -03:00
|
|
|
\input{libcolorpicker}
|
2000-10-14 02:41:17 -03:00
|
|
|
|
|
|
|
\input{undoc} % Undocumented Modules
|
1998-04-16 23:47:13 -03:00
|
|
|
|
2001-06-20 18:37:34 -03:00
|
|
|
\appendix
|
|
|
|
\chapter{History and License}
|
|
|
|
\input{license}
|
|
|
|
|
1998-04-16 23:47:13 -03:00
|
|
|
%
|
|
|
|
% The ugly "%begin{latexonly}" pseudo-environments are really just to
|
|
|
|
% keep LaTeX2HTML quiet during the \renewcommand{} macros; they're
|
|
|
|
% not really valuable.
|
|
|
|
%
|
|
|
|
|
|
|
|
%begin{latexonly}
|
|
|
|
\renewcommand{\indexname}{Module Index}
|
|
|
|
%end{latexonly}
|
2000-10-14 02:41:17 -03:00
|
|
|
\input{modmac.ind} % Module Index
|
1998-04-16 23:47:13 -03:00
|
|
|
|
|
|
|
%begin{latexonly}
|
|
|
|
\renewcommand{\indexname}{Index}
|
|
|
|
%end{latexonly}
|
2000-10-14 02:41:17 -03:00
|
|
|
\input{mac.ind} % Index
|
1998-04-16 23:47:13 -03:00
|
|
|
|
|
|
|
\end{document}
|