
Games::Risk::GUI::Constants - tk constants

use Games::Risk::GUI::Constants;
$mw->Frame->pack(@LEFT);

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.


Jerome Quelin, <jquelin at cpan.org>

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+.