in reply to binding listbox with perl tkx

Hi,

Try this from the documentation  $w->_kid('scrolled')->method(...) syntax.

In your program that would be  $lbox->_kid('scrolled')->g_bind('<ButtonRelease-1>', \&clic, );

Replies are listed 'Best First'.
Re^2: binding listbox with perl tkx
by Anonymous Monk on Jan 18, 2017 at 09:24 UTC
    thanks that "kid" trick works fine dont know exactly what it means, but it works fine , i added a second listbox and no confusion happen