Help for this page

Select Code to Download


  1. or download this
    my $idx = $w->GetNearst($e->x, $e->y);
    
  2. or download this
    my $idx = $w->GetNearest($e->x, $e->y);
    
  3. or download this
    sub Drop{
        my ($lb, $dnd_source, $c_dest, $sel, $dest_x, $dest_y) = @_;
    ...
            $lb->see($nearest);
        }
    }