Module svs_demogame.views
Generic base classes for view components.
The game is displayed using the Tkinter library: http://www.pythonware.com/library/tkinter/introduction/.
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Function Summary |
| |
encodeSelectedItem(itemName,
item,
selectionSource)
Creates an encoded representation of a selected item that can be
shared between different view classes. |
encodeSelectedItem(itemName,
item,
selectionSource)
Creates an encoded representation of a selected item that can be
shared between different view classes.
-
|