http://www.perlmonks.org?node_id=1013935


in reply to Tkx g_bind to menu on listbox only for selected row

There does not seem to be an obvious way of doing this. How will I go about solving the problem?

Seems to me a menu does that already :) anyway

my $index = $lb->nearest( $y) ; $lb->activate( $index );