Fri Aug 27 15:53:04 2010nkhughes [...] mac.com - Ticket created
Subject:
columnInsert still referring to bindCallback instead of _bindCallback
Date:
Fri, 27 Aug 2010 19:52:16 +0000 (GMT)
To:
bug-Tk-MListbox [...] rt.cpan.org
From:
Neil Hughes <nkhughes [...] mac.com>
Platform: Windows XP, ActivePerl 5.8.9
Module: Tk-MListbox-1.11
columnInsert() in MListbox.pm still refers to bindCallback(), which was made private in 1.10.
I used bindRows() to trigger a focus when mouse clicking, but got an error because AUTOLOAD tries to find bindCallback, instead of _bindCallback being used.