In article <[EMAIL PROTECTED]>,
 Alexander Belchenko <[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> I saw recipe in Python Cookbook about multilistbox implementation.
> (see code below). I try to understand why for event handlers
> have return value 'break'.

This stops event propagation. I don't know of any other "interesting" 
return values.

-- Russell

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to