Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * listbox.html Reflected patch 2010-05-12 in documentation. The selection may not be disabled any more by binding button 1. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d16ef303ec0cd98e865b109fa1c32252 |
User & Date: | oehhar 2010-05-31 14:56:44.000 |
Context
2010-11-09
| ||
16:04 | * mainframe.tcl Menu text shows white on white on Mac aqua [Bug 3105665] reported by Scott Smedley fixed by Kevin Walzer. check-in: d4c86b7b85 user: oehhar tags: trunk | |
2010-05-31
| ||
14:56 | * listbox.html Reflected patch 2010-05-12 in documentation. The selection may not be disabled any more by binding button 1. check-in: d16ef303ec user: oehhar tags: trunk | |
2010-05-12
| ||
08:28 | * listbox.tcl(ListBox::bindText and ListBox::bindImage) Method bindText and bindImage overwrote internal selection bindings [Bug 3000293] reported by Robert Karen. check-in: 834cfffa2b user: oehhar tags: trunk | |
Changes
Changes to BWman/ListBox.html.
︙ | ︙ | |||
661 662 663 664 665 666 667 | </DD></DL> <b>BINDINGS</b> <p> A <b><<ListboxSelect>></b> virtual event is generated any time the | | < < < | 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 | </DD></DL> <b>BINDINGS</b> <p> A <b><<ListboxSelect>></b> virtual event is generated any time the selection in the listbox changes. </p> <p> The listbox has all the standard mouse wheel bindings when it has focus. </p> </p> </BODY></HTML> |
Changes to ChangeLog.
1 2 3 | # ------------------------------------------------------------------------------ # ChangeLog # This file is part of Unifix BWidget Toolkit | | > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # ------------------------------------------------------------------------------ # ChangeLog # This file is part of Unifix BWidget Toolkit # $Id: ChangeLog,v 1.218 2010/05/31 14:56:44 oehhar Exp $ # ------------------------------------------------------------------------------ 2010-05-31 Harald Oehlmann < [email protected]> * 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 < [email protected]> * listbox.tcl(ListBox::bindText and ListBox::bindImage) Method bindText and bindImage overwrote internal selection bindings [Bug 3000293] reported by Robert Karen. 2010-05-11 Harald Oehlmann < [email protected]> |
︙ | ︙ |