The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.

create_menu =item create_menu_file =item create_menu_hint =item create_progressbar =item create_selector =item create_board =item create_sideboard

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.