Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * scripts/tclIndex: Newly generated. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 1e3b14655e85e4caf854712579b55d4f1aabc6e7 |
User & Date: | csaba 2013-04-13 18:35:45 |
Context
2013-04-13
| ||
18:36 | * CHANGES.txt: Updated to reflect the changes. check-in: ac6d4297ea user: csaba tags: trunk | |
18:35 | * scripts/tclIndex: Newly generated. check-in: 1e3b14655e user: csaba tags: trunk | |
18:34 | * scripts/*.tcl: Support for interactive cell editing with the aid of the ctext widget; added the "canceledediting" subcommand; sped up the "selection" and "cellselection" subcommands by orders of magnitude; significally reduced the performance penalty imposed by the "-(select)background" and "-(select)foreground options at column, row, and cell levels; improved the keyboard traversal during interactive cell editing; using the "-data" option for most virtual events; improvements related to the selection mode "extended"; further code improvements; eliminated a regression introduced in Tablelist 5.6, related to vertical scrolling under Tk 8.5 or later in the presence of embedded images or windows. check-in: 3661737db3 user: csaba tags: trunk | |
Changes
Changes to modules/tablelist/scripts/tclIndex.
12
13
14
15
16
17
18
19
20
21
22
23
24
25
...
343
344
345
346
347
348
349
350
351
352
353
354
355
356
|
set auto_index(::tablelist::addBWidgetSpinBox) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addBWidgetComboBox) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIncrEntryfield) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIncrDateTimeWidget) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIncrSpinner) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIncrSpinint) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIncrCombobox) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addOakleyCombobox) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addDateMentry) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addTimeMentry) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addDateTimeMentry) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addFixedPointMentry) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIPAddrMentry) [list source [file join $dir tablelistEdit.tcl]]
set auto_index(::tablelist::addIPv6AddrMentry) [list source [file join $dir tablelistEdit.tcl]]
................................................................................
set auto_index(::tablelist::activateSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::activatecellSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::applysortingSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::attribSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::bboxSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::bodypathSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::bodytagSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::canceleditingSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::cellattribSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::cellbboxSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::cellcgetSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::cellconfigureSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::cellindexSubCmd) [list source [file join $dir tablelistWidget.tcl]]
set auto_index(::tablelist::cellselectionSubCmd) [list source [file join $dir tablelistWidget.tcl]]
|
>
>
|
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
...
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
|
set auto_index(::tablelist::addBWidgetSpinBox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addBWidgetComboBox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrEntryfield) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrDateTimeWidget) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrSpinner) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrSpinint) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addCtext) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addOakleyCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addDateMentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addTimeMentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addDateTimeMentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addFixedPointMentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIPAddrMentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIPv6AddrMentry) [list source [file join $dir tablelistEdit.tcl]] ................................................................................ set auto_index(::tablelist::activateSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::activatecellSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::applysortingSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::attribSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bboxSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bodypathSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bodytagSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cancelededitingSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::canceleditingSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellattribSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellbboxSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellcgetSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellconfigureSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellindexSubCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellselectionSubCmd) [list source [file join $dir tablelistWidget.tcl]] |