Tk::GridEntry

Composite widget for a set of widgets in a grid form
Download

Tk::GridEntry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Raman P.
  • Publisher web site:
  • http://search.cpan.org/~raman/

Tk::GridEntry Tags


Tk::GridEntry Description

Composite widget for a set of widgets in a grid form Tk::GridEntry is a composite widget for a set of widgets in a grid form.SYNOPSIS use Tk::GridEntry; $datahash={}; $whash=>{ 'columns'=>, 'col1'=>{'widgettype'=>'Entry', 'label'=>'Col1', -width=>'10' } ...... } $ge = $top->GridEntry(-structure=>$whash, -datahash=>$datahash, -rows=>10 )->pack(); Requirements: · Perl


Tk::GridEntry Related Software