Help for this page

Select Code to Download


  1. or download this
        $canvas->Tk::bind("<Button-1>"        => \&start_mouse);
        $canvas->Tk::bind("<Motion>"          => \&move_mouse);
        $canvas->Tk::bind("<ButtonRelease-1>" => \&stop_mouse);
    
  2. or download this
    
    package Tk::Draw;
    ...
    
    1;