| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::Dialog::Simple - generic pandemic dialog
version 1.111030
Games::Pandemic::Tk::Dialog::Simple->new(
parent => $mw,
title => $title, # optional
header => $header, # optional
icon => $image, # optional
text => $text,
);
This module implements a very simple dialog window, to display various information on the current game state. It only has a close button, since it does not implement any action.
The only mandatory paramater (beside parent of course) is text.
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. |