PyGUI
A
Graphical Application Framework
for
Python
by Greg Ewing
greg.ewing@canterbury.ac.nz
Introduction
Topics
Discussions of various matters which don't fit neatly under the heading
of any particular class or function.
Framework Classes
Classes making up the foundation of the model-view architecture and
message handling system.
Abstract Classes
These
classes define properties and methods that other PyGUI classes have in
common. They are for internal use by the PyGUI framework only. You
should not instantiate these classes or derive your own classes
directly from them.
Visual Classes
Classes representing user interface components which appear on the screen.
Containers
Controls
Menu Classes
Classes for creating and manipulating menus.
Graphics Classes
Classes concerned with user-defined drawing.
Support Classes
OpenGL Classes
Functions
Submodules
Example Code