Games::Go::Dg2Tk 4.026 review

Download
by rbytes.net on

Games::Go::Dg2Tk is a Perl extension to convert Games::Go::Diagrams to perl/Tk windows. SYNOPSIS use Games::Go::Dg2Tk my $dg2

License: GPL (GNU General Public License)
File size: 438K
Developer: Reid Augustin
0 stars award from rbytes.net

Games::Go::Dg2Tk is a Perl extension to convert Games::Go::Diagrams to perl/Tk windows.

SYNOPSIS

use Games::Go::Dg2Tk
my $dg2tk = B (options);
my $canvas = $dg2tk->convertDiagram($diagram);

A Games::Go::Dg2Tk object converts a Games::Go::Diagram object into Tk::Canvas item. The close method calls Tk::MainLoop to dispays the collection of Canvases.

Bindings for the normal editing keys: Up, Down, Next (PageDown) and Prior (PageUp) traverse the NoteBook tabs. Tab and Shift-tab also work as expected.

Left and Right keys select the previous or next NoteBook tab, but don't display it. Space and Enter (carriage return) display the selected tab.

Requirements:
Perl

Games::Go::Dg2Tk 4.026 keywords