Unbinding Tkinter default bindings for Listbox

James Stroud jstroud at mbi.ucla.edu
Mon Jan 12 06:31:54 EST 2009


James Stroud wrote:
> py> b.tk.call('bind', 'Listbox', '<B1-Motion>', _)

You want b.tk.call('bind', 'Listbox', '<B1-Motion>', "") of course.

James


-- 
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com



More information about the Python-list mailing list