Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
397b2f5f
Commit
397b2f5f
authored
Oct 14, 2000
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove everything that is not module documentation.
It is no longer needed here.
parent
e6f9f87e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
41 deletions
+0
-41
Doc/mac/libmac.tex
Doc/mac/libmac.tex
+0
-41
No files found.
Doc/mac/libmac.tex
View file @
397b2f5f
\section
{
Introduction
}
\label
{
intro
}
The modules in this manual are available on the Apple Macintosh only.
Aside from the modules described here there are also interfaces to
various MacOS toolboxes, which are currently not extensively
described. The toolboxes for which modules exist are:
\module
{
AE
}
(Apple Events),
\module
{
Cm
}
(Component Manager),
\module
{
Ctl
}
(Control Manager),
\module
{
Dlg
}
(Dialog Manager),
\module
{
Evt
}
(Event Manager),
\module
{
Fm
}
(Font Manager),
\module
{
List
}
(List Manager),
\module
{
Menu
}
(Moenu Manager),
\module
{
Qd
}
(QuickDraw),
\module
{
Qt
}
(QuickTime),
\module
{
Res
}
(Resource Manager and Handles),
\module
{
Scrap
}
(Scrap Manager),
\module
{
Snd
}
(Sound Manager),
\module
{
TE
}
(TextEdit),
\module
{
Waste
}
(non-Apple
\program
{
TextEdit
}
replacement) and
\module
{
Win
}
(Window Manager).
If applicable the module will define a number of Python objects for
the various structures declared by the toolbox, and operations will be
implemented as methods of the object. Other operations will be
implemented as functions in the module. Not all operations possible in
\C
{}
will also be possible in Python (callbacks are often a problem), and
parameters will occasionally be different in Python (input and output
buffers, especially). All methods and functions have a
\code
{__
doc
__}
string describing their arguments and return values, and for
additional description you are referred to
\citetitle
{
Inside
Macintosh
}
or similar works.
The following modules are documented here:
\localmoduletable
\section
{
\module
{
mac
}
---
Implementations for the
\module
{
os
}
module
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment