Help for this page
my $drop = $hlist->DropSite( -droptypes => [qw(Local)], -dropcommand => sub { perform_drop($label, @_) }, # New! -entercommand => sub { hover_over_drop($label, @_) }, # New!
sub hover_over_drop { my ($label_obj, $b_entry, $x_pos) = @_; ... print $label_obj->cget(-text) . "\n"; } }
Test3 Test3 ... Test1 Test2 Test3