Index: BWman/ListBox.html ================================================================== --- BWman/ListBox.html +++ BWman/ListBox.html @@ -663,14 +663,11 @@ BINDINGS
A <<ListboxSelect>> virtual event is generated any time the -selection in the listbox changes. This is the default behavior of an -item in the listbox, but it can be overridden with the bindText or -bindImage command. If the button 1 binding is overridden, this event may -not be generated. +selection in the listbox changes.
The listbox has all the standard mouse wheel bindings when it has focus.
Index: ChangeLog ================================================================== --- ChangeLog +++ ChangeLog @@ -1,11 +1,16 @@ # ------------------------------------------------------------------------------ # ChangeLog # This file is part of Unifix BWidget Toolkit -# $Id: ChangeLog,v 1.217 2010/05/12 08:28:56 oehhar Exp $ +# $Id: ChangeLog,v 1.218 2010/05/31 14:56:44 oehhar Exp $ # ------------------------------------------------------------------------------ +2010-05-31 Harald Oehlmann < oehhar@users.sourceforge.net> + + * listbox.html Reflected patch 2010-05-12 in documentation. + The selection may not be disabled any more by binding button 1. + 2010-05-12 Harald Oehlmann < oehhar@users.sourceforge.net> * listbox.tcl(ListBox::bindText and ListBox::bindImage) Method bindText and bindImage overwrote internal selection bindings [Bug 3000293] reported by Robert Karen.