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


Games-Pandemic documentation  | view source Contained in the Games-Pandemic distribution.

Index


NAME

Top

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

VERSION

Top

version 1.111030

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


Games-Pandemic documentation  | view source Contained in the Games-Pandemic distribution.