NAME
Games::Sudoku::Component::TkPlayer::View - handles puzzle board
SYNOPSIS
use Games::Sudoku::Component::TkPlayer::View;
my $view = Games::Sudoku::Component::TkPlayer::View->new;
$view->create;
DESCRIPTION
This is an internal class.
METHODS
- new
-
creates an instance.
- create
-
creates a puzzle board.
-
prepare appropriate widgets.
AUTHOR
Kenichi Ishigaki, <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Kenichi Ishigaki, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.