Games::Pandemic::Tk::Dialog::Action - pandemic dialog to confirm an action


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

Index


NAME

Top

Games::Pandemic::Tk::Dialog::Action - pandemic dialog to confirm an action

VERSION

Top

version 1.111030

SYNOPSIS

Top

    Games::Pandemic::Tk::Dialog::Action->new(
        parent    => $mw,
        title     => $title,       # optional
        header    => $header,      # optional
        icon      => $image,       # optional
        text      => $text,
        action    => $label,
        post_args => $postargs,
    );

DESCRIPTION

Top

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.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


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