Help for this page

Select Code to Download


  1. or download this
    $canv->bind(...);
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    $canv->Tk::bind('<Button-3>', sub { scroll_off() });
    
    MainLoop;