in reply to binding listbox with perl tkx
#make this change... #$lbox->g_bind('<ButtonRelease-1>' , sub { clic() }); $mw->g_bind('<ButtonRelease-1>' , sub { clic() }); [download]