Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    $top->bind('all', '<Button-3>', sub { scroll_off() });
    
    MainLoop;
    
  2. or download this
    #!/bin/sh
    # \
    ...
    
    bind all <Button-1> scroll_on
    bind all <Button-3> scroll_off