Help for this page

Select Code to Download


  1. or download this
    my ($col, $row) = $graph_pane->{'SubWidget'}->{'scrolled'}->gridSize( 
    +);
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    warn($row);
    
    MainLoop;