37. Mac OS X specific servicesΒΆ
This chapter describes modules that are only available on the Mac OS X platform.
See the chapters MacPython OSA Modules and Undocumented Mac OS modules for more modules, and the HOWTO Using Python on a Macintosh for a general introduction to Mac-specific Python programming.
Note
Most of the OS X APIs that these modules use are deprecated or removed in recent versions of OS X. Many are not available when Python is executing in 64-bit mode. These modules have been removed in Python 3. You should avoid using them in Python 2.
- 37.1.
ic
β Access to the Mac OS X Internet Config - 37.2.
MacOS
β Access to Mac OS interpreter features - 37.3.
macostools
β Convenience routines for file manipulation - 37.4.
findertools
β The finderβs Apple Events interface - 37.5.
EasyDialogs
β Basic Macintosh dialogs - 37.6.
FrameWork
β Interactive application framework - 37.7.
autoGIL
β Global Interpreter Lock handling in event loops - 37.8. Mac OS Toolbox Modules
- 37.8.1.
Carbon.AE
β Apple Events - 37.8.2.
Carbon.AH
β Apple Help - 37.8.3.
Carbon.App
β Appearance Manager - 37.8.4.
Carbon.Appearance
β Appearance Manager constants - 37.8.5.
Carbon.CF
β Core Foundation - 37.8.6.
Carbon.CG
β Core Graphics - 37.8.7.
Carbon.CarbonEvt
β Carbon Event Manager - 37.8.8.
Carbon.CarbonEvents
β Carbon Event Manager constants - 37.8.9.
Carbon.Cm
β Component Manager - 37.8.10.
Carbon.Components
β Component Manager constants - 37.8.11.
Carbon.ControlAccessor
β Control Manager accssors - 37.8.12.
Carbon.Controls
β Control Manager constants - 37.8.13.
Carbon.CoreFounation
β CoreFounation constants - 37.8.14.
Carbon.CoreGraphics
β CoreGraphics constants - 37.8.15.
Carbon.Ctl
β Control Manager - 37.8.16.
Carbon.Dialogs
β Dialog Manager constants - 37.8.17.
Carbon.Dlg
β Dialog Manager - 37.8.18.
Carbon.Drag
β Drag and Drop Manager - 37.8.19.
Carbon.Dragconst
β Drag and Drop Manager constants - 37.8.20.
Carbon.Events
β Event Manager constants - 37.8.21.
Carbon.Evt
β Event Manager - 37.8.22.
Carbon.File
β File Manager - 37.8.23.
Carbon.Files
β File Manager constants - 37.8.24.
Carbon.Fm
β Font Manager - 37.8.25.
Carbon.Folder
β Folder Manager - 37.8.26.
Carbon.Folders
β Folder Manager constants - 37.8.27.
Carbon.Fonts
β Font Manager constants - 37.8.28.
Carbon.Help
β Help Manager - 37.8.29.
Carbon.IBCarbon
β Carbon InterfaceBuilder - 37.8.30.
Carbon.IBCarbonRuntime
β Carbon InterfaceBuilder constants - 37.8.31.
Carbon.Icn
β Carbon Icon Manager - 37.8.32.
Carbon.Icons
β Carbon Icon Manager constants - 37.8.33.
Carbon.Launch
β Carbon Launch Services - 37.8.34.
Carbon.LaunchServices
β Carbon Launch Services constants - 37.8.35.
Carbon.List
β List Manager - 37.8.36.
Carbon.Lists
β List Manager constants - 37.8.37.
Carbon.MacHelp
β Help Manager constants - 37.8.38.
Carbon.MediaDescr
β Parsers and generators for Quicktime Media descriptors - 37.8.39.
Carbon.Menu
β Menu Manager - 37.8.40.
Carbon.Menus
β Menu Manager constants - 37.8.41.
Carbon.Mlte
β MultiLingual Text Editor - 37.8.42.
Carbon.OSA
β Carbon OSA Interface - 37.8.43.
Carbon.OSAconst
β Carbon OSA Interface constants - 37.8.44.
Carbon.QDOffscreen
β QuickDraw Offscreen constants - 37.8.45.
Carbon.Qd
β QuickDraw - 37.8.46.
Carbon.Qdoffs
β QuickDraw Offscreen - 37.8.47.
Carbon.Qt
β QuickTime - 37.8.48.
Carbon.QuickDraw
β QuickDraw constants - 37.8.49.
Carbon.QuickTime
β QuickTime constants - 37.8.50.
Carbon.Res
β Resource Manager and Handles - 37.8.51.
Carbon.Resources
β Resource Manager and Handles constants - 37.8.52.
Carbon.Scrap
β Scrap Manager - 37.8.53.
Carbon.Snd
β Sound Manager - 37.8.54.
Carbon.Sound
β Sound Manager constants - 37.8.55.
Carbon.TE
β TextEdit - 37.8.56.
Carbon.TextEdit
β TextEdit constants - 37.8.57.
Carbon.Win
β Window Manager - 37.8.58.
Carbon.Windows
β Window Manager constants
- 37.8.1.
- 37.9.
ColorPicker
β Color selection dialog