NAME
Games::Risk::GUI::Constants - tk constants
SYNOPSYS
use Games::Risk::GUI::Constants;
$mw->Frame->pack(@LEFT);
DESCRIPTION
This module just exports easy to use constants for tk, such as @TOP
to be used in place of -side =
'top'>. Since those are quite common, it's easier to use those constants.
Other than that, the module does nothing.
SEE ALSO
AUTHOR
Jerome Quelin, <jquelin at cpan.org>
COPYRIGHT & LICENSE
Copyright (c) 2008 Jerome Quelin, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU GPLv3+.