| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::Dialog - base class for pandemic dialog windows
version 1.111030
Games::Pandemic::Tk::Dialog is meant to be used as a base class for
Pandemic dialogs, and should not be used directly.
It will create a new toplevel with the Pandemic icon, a title and possibly a header.
It accepts the following attributes:
PandemicTo subclass it, declare your own attributes, create the lazy builders
for the attributes, augment the _build_gui() method to create the
bottom of the dialog window, and implement the _valid() method that
would be called when ok button is pressed.
Jerome Quelin
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |