Help for this page

Select Code to Download


  1. or download this
    my $obj_A = A->new ; #creating object of A.pm
    
    ...
    $label->bind("<Button-1>", 
                  sub { $self->onEnter($label, $obj_A) ; }
                )
    
  2. or download this
    $label->bind("<Button-1>", undef );