Tk::TableMatrix::Spreadsheet - Table Display with Spreadsheet-like bindings.


Tk-TableMatrix documentation  | view source Contained in the Tk-TableMatrix distribution.

Index


NAME

Top

Tk::TableMatrix::Spreadsheet - Table Display with Spreadsheet-like bindings.

SYNOPSIS

Top

  use Tk;
  use Tk::TableMatrix::Spreadsheet;







  my $t = $top->Scrolled('Spreadsheet', -rows => 21, -cols => 11, 
                              -width => 6, -height => 6,
			      -titlerows => 1, -titlecols => 1,
			      -variable => $arrayVar,
			      -selectmode => 'extended',
			      -titlerows => 1,
			      -titlecols => 1,
			      -bg => 'white',
                    );

DESCRIPTION

Top

Tk::TableMatrix::Spreadsheet is a Tk::TableMatrix-derived widget that implements some bindings so the resulting widget behaves more like a spreadsheet.

Bindings Added:

Additional Information

Top

Widget methods, options, etc, are inherited from the Tk::TableMatrix widget. See its docs for additional information.


Tk-TableMatrix documentation  | view source Contained in the Tk-TableMatrix distribution.