NAME
App::CPAN2Pkg::Tk::Utils - Tk utilities for gui building
VERSION
version 2.122620
DESCRIPTION
This module exports some useful subs for tk guis.
METHODS
image
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.
AUTHOR
Jerome Quelin <jquelin@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2009 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.