Tk::TableMatrix::Spreadsheet - Table Display with Spreadsheet-like bindings. |
Tk::TableMatrix::Spreadsheet - Table Display with Spreadsheet-like bindings.
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', -resizeborders => 'both', -titlerows => 1, -titlecols => 1, -bg => 'white', );
the Tk::TableMatrix::Spreadsheet manpage is a the Tk::TableMatrix manpage-derived widget that implements some bindings so the resulting widget behaves more like a spreadsheet.
Bindings Added:
Widget methods, options, etc, are inherited from the the Tk::TableMatrix manpage widget. See its docs for additional information.
Tk::TableMatrix::Spreadsheet - Table Display with Spreadsheet-like bindings. |