Help for this page

Select Code to Download


  1. or download this
    my $canvaswindow = $canvas->createWindow(0,0, -window => $widget);
    
    $canvaswindow->Tk::bind('<Button-1>' => sub { &dostuff0 });
    
  2. or download this
    $canvas->createWindow(0,0, -window => $widget);
    
    $widget->Tk::bind('<Button-1>' => sub { &dostuff0 });