Help for this page

Select Code to Download


  1. or download this
    $yscroll->focus;  # will bind the up/down arrow keys to the vertical s
    +crollbar
    MainLoop();
    
  2. or download this
    $xscrollleft->focus; 
    $xscrollright->focus;
    $yscroll->focus;  
    MainLoop();
    
  3. or download this
    #!/usr/bin/perl
    use Tk;
    ...
    }
    
    MainLoop();