Help for this page

Select Code to Download


  1. or download this
    our $table = Gtk2::SimpleList->new_from_treeview (
                    $gui->get_widget ('Table'),
    ...
     $table->set_reorderable (TRUE);
     map { $_->set_resizable (TRUE) } $table->get_columns;
    
  2. or download this
    for $temp (@rArray){
                    my $pre;
    ...
                    $h1 =~ s/&/&/g;
                    push @{$table->{data}},[$a1,$b1,$c1,$d1,$e1,$f1,$g1,$h
    +1];
            }