FrameWork
FrameWork — Interactive application framework
The FrameWork
module contains classes that together provide a framework for an interactive Macintosh application. The programmer builds an application by creating subclasses that override various methods of the bases classes, thereby implementing the functionality wanted. Overriding functionality can often be done on various different levels, i.e. to handle clicks in a single dialog window in a non-standard way it is not necessary to override the complete event handling.
Note
This module has been removed in Python 3.x.
Work on the 登录查看完整内容