Help for this page

Select Code to Download


  1. or download this
    my $table_frame = $mw->Frame
                          (-height=>'10',
    ...
                                  -fill=>'both',
                                  -pady=>'0'
                                  );
    
  2. or download this
    $table = $table_frame->Scrolled('TableMatrix',
     -cols => scalar(@col_head),
    ...
    $table->rowHeight(0,2);  #varies height of title row (0)
    $table->tagRow('title',0);
    $table->tagConfigure('title', -bd=>2, -relief=>'raised');