Curses::UI::Grid

Curses::UI::Grid is a Perl module to create and manipulate data in grid model.
Download

Curses::UI::Grid Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Adrian Witas
  • Publisher web site:
  • http://search.cpan.org/~adrianwit/Curses-UI-Grid-0.14/lib/Curses/UI/Grid/Cell.pm

Curses::UI::Grid Tags


Curses::UI::Grid Description

Curses::UI::Grid is a Perl module to create and manipulate data in grid model. Curses::UI::Grid is a Perl module to create and manipulate data in grid model.CLASS HIERARCHY Curses::UI::Widget | +----Curses::UI::GridSYNOPSIS use Curses::UI; my $cui = new Curses::UI; my $win = $cui->add('window_id', 'Window'); my $grid =$win->add( 'mygrid','Grid' ,-rows=>3 ,-columns=>5 ); # set header desc for my $i(1 .. 5) {$g->set_label("cell$i","Head ".$i);} # add some data for my $i(1 .. 5) {$g->set_cell_value("row1","cell".$i,"value $i");} my $val=$g->get_value("row1","cell2"); Curses::UI::Grid is a widget that can be used to browsing or manipulate data in grid model See exampes/grid-demo.pl in the distribution for a short demo.Requirements:· Perl Requirements: · Perl


Curses::UI::Grid Related Software