The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Games::Pandemic::Tk::Dialog::Simple - generic pandemic dialog

VERSION

version 1.120510

SYNOPSIS

Games::Pandemic::Tk::Dialog::Simple->new(
    parent => $mw,
    title  => $title,       # optional
    header => $header,      # optional
    icon   => $image,       # optional
    text   => $text,
);

DESCRIPTION

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.

AUTHOR

Jerome Quelin

COPYRIGHT AND LICENSE

This software is Copyright (c) 2009 by Jerome Quelin.

This is free software, licensed under:

The GNU General Public License, Version 2, June 1991