Tk::Columns

Tk::Columns is a multicolumn list widget with sortable & sizeable columns.
Download

Tk::Columns Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Damion K. Wilson
  • Publisher web site:
  • http://search.cpan.org/~dkwilson/Tk-DKW-0.03/Tk/Columns.pm

Tk::Columns Tags


Tk::Columns Description

Tk::Columns is a multicolumn list widget with sortable & sizeable columns. Tk::Columns is a multicolumn list widget with sortable & sizeable columns.SYNOPSIS use Tk::Columns; $Columns = $parent->B ( '-columnlabels' => '-listbackground' => 'white', '-listforeground' => 'black', '-buttonforeground' => 'black', '-buttonbackground' => 'blue', ); $ColumnHeader = $Columns->B ( '-listfont' => '-adobe-new century schoolbook-medium-r-normal--14-*-*-*-*-*-*-*', '-buttoncolor' => 'beige', '-text' => 'column3', '-width' => 15, '-trimcount' => 2, '-listbackground' => 'white', '-listforeground' => 'black', '-buttonforeground' => 'black', '-buttonbackground' => 'blue', '-sort' => 'true', '-sortcommand' => '$a cmp $b', '-image' => $icon_image, '-buttoncommand' => sub {...}, '-selectcommand' => sub {...} ); $Columns->insert ('end', ); $Columns->insert ('end', {'column1' => 'List', 'column2' => 'Row', 'column3' => 'Contents'}); $Columns->insert ('end', 'List', 'Row', 'Contents'); $Columns->delete (0, 'end'); ... Tk::MainLoop; Requirements: · Perl


Tk::Columns Related Software