Games::Pandemic::Tk::Utils - Tk utilities for gui building


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

Index


NAME

Top

Games::Pandemic::Tk::Utils - Tk utilities for gui building

VERSION

Top

version 1.111030

DESCRIPTION

Top

This module exports some useful subs for tk guis.

METHODS

Top

my $img = image( $path [, $toplevel ] );

Return a tk image loaded from $path. If the photo has already been loaded, return a handle on it. If $toplevel is given, it is used as base window to load the image.

my $img = pandemic_icon( [$toplevel] );

Return a tk image to be used as $toplevel icon throughout the game.

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


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