EasyDialogs
EasyDialogs — Basic Macintosh dialogs
The EasyDialogs
module contains some simple dialogs for the Macintosh. The dialogs get launched in a separate application which appears in the dock and must be clicked on for the dialogs be displayed. All routines take an optional resource ID parameter id with which one can override the DLOG
resource used for the dialog, provided that the dialog items correspond (both type and item number) to those in the default DLOG
resource. See source code for details.
Note
This module has been removed in Python 3.x.
The 登录查看完整内容