in reply to Re^3: How to determine if nothing is selected in a listbox (only select actually clicked element) with bbox
in thread How to determine if nothing is selected in a listbox

lol, see Re: How to determine if nothing is selected in a listbox (only select actually clicked element), see Tk::WidgetDump, and examine the bindings
perl -e " use Tk; tkinit()->WidgetDump; MainLoop "
double click on an item in the WidgetDump tree, when the window pops up, scroll down to find the "Show bindings" button and click it
  • Comment on Re^4: How to determine if nothing is selected in a listbox (only select actually clicked element) with bbox
  • Download Code