Games::Sudoku::Component::TkPlayer::View - handles puzzle board


Games-Sudoku-Component-TkPlayer documentation  | view source Contained in the Games-Sudoku-Component-TkPlayer distribution.

Index


NAME

Top

Games::Sudoku::Component::TkPlayer::View - handles puzzle board

SYNOPSIS

Top

    use Games::Sudoku::Component::TkPlayer::View;
    my $view = Games::Sudoku::Component::TkPlayer::View->new;
    $view->create;

DESCRIPTION

Top

This is an internal class.

METHODS

Top

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

Top

Kenichi Ishigaki, <ishigaki at cpan.org>

COPYRIGHT AND LICENSE

Top


Games-Sudoku-Component-TkPlayer documentation  | view source Contained in the Games-Sudoku-Component-TkPlayer distribution.