in reply to A Drag and Drop (perl/Tk) question.
my $idx = $w->GetNearst($e->x, $e->y);
my $idx = $w->GetNearest($e->x, $e->y);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: A Drag and Drop (perl/Tk) question.
by blackadder (Hermit) on Jul 29, 2002 at 16:22 UTC |