| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::Dialog::Action - pandemic dialog to confirm an action
version 1.111030
Games::Pandemic::Tk::Dialog::Action->new(
parent => $mw,
title => $title, # optional
header => $header, # optional
icon => $image, # optional
text => $text,
action => $label,
post_args => $postargs,
);
This module implements a dialog window asking the user whether she wants to perform an action or not. One can give more information with the text and icon.
It has a cancel button to close the dialog, and a $label action
button that will perform a POE::Kernel post with the $postargs.
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. |