Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Tablelist: Added the "-button2window" configuration option. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
61bdb70e68ecda6450bec0bf21a381d3 |
User & Date: | csaba 2025-06-07 15:49:02.897 |
Context
2025-06-07
| ||
17:09 | Scrollutil: A series of changes. See the ChangeLog for details. check-in: bc89eb5c0f user: csaba tags: trunk | |
15:49 | Tablelist: Added the "-button2window" configuration option. check-in: 61bdb70e68 user: csaba tags: trunk | |
2025-05-27
| ||
19:38 | Scrollutil: Updated a screenshot. check-in: 890b173374 user: csaba tags: trunk | |
Changes
Changes to modules/tablelist/CHANGES.txt.
1 2 3 | What is new in Tablelist 7.6? ----------------------------- | > > > > > > | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | What is new in Tablelist 7.6? ----------------------------- 1. Added the "-button2window" configuration option, which makes it possible to redirect the mouse button 2 events of the tablelist's body to the containing toplevel window, and is used by the implementation of scanning support for scrollutil::scrollableframe widgets. 2. The implementation of the interactive cell editing with the aid of a (ttk::)menubutton now takes into acount that in Tk 9 the menu index "none" was replaced with the empty string. 3. Eliminated a few artifacts related to the "showtargetmark" subcommand when using TkDND on Windows or macOS Aqua (thanks to Nicolas Bats for his bug report). 4. Made sure that the "autoscrolltarget" subcommand works as expected (again, thanks to Nicolas Bats for reporting that on Windows and macOS Aqua this was not always the case). 5. Made sure that in multi-line cell texts the substring "%W" won't be substituted by the path name of the tablelist's body (thanks to Harald Oehlmann for his bug report). 6. Made the column deletion by orders of magnitude faster (thanks to Alexandru Dadalau for his bug report). 7. Minor improvements in the demo scripts related to interactive cell editing. 8. Improved the documentation by extending the CSS stylesheet used in the HTML files. What was new in Tablelist 7.5? ------------------------------ 1. Support for interactive cell editing with the aid of the new toggleswitch widget. |
︙ | ︙ |
Changes to modules/tablelist/doc/tablelistWidget.html.
︙ | ︙ | |||
135 136 137 138 139 140 141 142 143 144 145 146 147 148 | </dd> <dd><code><b><a href="#autofinishediting">-autofinishediting</a></b> <i>boolean</i></code></dd> <dd><code><b><a href="#autoscan">-autoscan</a></b> <i>boolean</i></code></dd> <dd><code><b><a href="#collapsecommand">-collapsecommand</a></b> <i>command</i></code></dd> <dd><code><b><a href="#colorizecommand">-colorizecommand</a></b> <i>command</i></code></dd> | > > > | 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 | </dd> <dd><code><b><a href="#autofinishediting">-autofinishediting</a></b> <i>boolean</i></code></dd> <dd><code><b><a href="#autoscan">-autoscan</a></b> <i>boolean</i></code></dd> <dd><code><b><a href="#button2window">-button2window</a></b> <i>window</i></code></dd> <dd><code><b><a href="#collapsecommand">-collapsecommand</a></b> <i>command</i></code></dd> <dd><code><b><a href="#colorizecommand">-colorizecommand</a></b> <i>command</i></code></dd> |
︙ | ︙ | |||
2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 | the <code><b>tkdnd::drag_source register</b></code> or the BWidget <code><b>DragSite::register</b></code> command, or the tablelist's <code><b><a href= "#customdragsource">-customdragsource</a></b></code> option was set to true.</p> </blockquote> </dd> <dd id="collapsecommand"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td>Command-Line Name: </td> <td><code><b>-collapsecommand</b></code></td> </tr> | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 | the <code><b>tkdnd::drag_source register</b></code> or the BWidget <code><b>DragSite::register</b></code> command, or the tablelist's <code><b><a href= "#customdragsource">-customdragsource</a></b></code> option was set to true.</p> </blockquote> </dd> <dd id="button2window"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td>Command-Line Name: </td> <td><code><b>-button2window</b></code></td> </tr> <tr> <td>Database Name:</td> <td><code><b> button2Window</b></code></td> </tr> <tr> <td>Database Class:</td> <td><code><b> Button2Window</b></code></td> </tr> </table> <blockquote> <p>Specifies the path name of the window to which the default bindings for the binding tags <code><b><a href= "#body_bindings">TablelistBody</a></b></code> and <code><b><a href= "#edit_bindings">TablelistEdit</a></b></code> should redirect the <code><b><Button-2></b></code>, <code><b><B2-Motion></b></code>, and <code><b><ButtonRelease-2></b></code> events via <code><b>event generate</b></code> if the focus window on the display containing the tablelist widget is outside the tablelist. The default is an empty string, meaning that the mouse button 2 events received by a widget having one of the two above-mentioned binding tags will give rise to scanning within the tablelist or its edit window, regardless of whether the focus is inside or outside the tablelist widget.</p> <p><b>REMARK 1:</b> If the tablelist is contained in a <a href= "https://www.nemethi.de/scrollutil/scrollableframe.html">scrollutil::scrollableframe</a> and you set this option to the path name of the containing toplevel widget, then the above-mentioned mouse button 2 events over the tablelist's body will be handled as follows:</p> <ul> <li class="tm">If the focus is inside the tablelist widget then the events will trigger a scanning of the content of the tablelist or its edit window and no further processing of the events will take place.</li> <li class="tm">If the focus is outside the tablelist widget then no scanning within the tablelist's body or edit window will happen. Instead, the event will be redirected to the toplevel widget with the aid of the <code><b>event generate</b></code> command. This in turn will give rise to scanning of the scrollableframe's content.</li> </ul> <p><b>REMARK 2:</b> If you pass the tablelist widget to the <code><b><a href= "https://www.nemethi.de/scrollutil/scrollableframe.html#adapt">scrollutil::adaptBtn2EventHandling</a></b></code> command then that command will set this option to the path name of the containing toplevel window.</p> </blockquote> </dd> <dd id="collapsecommand"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td>Command-Line Name: </td> <td><code><b>-collapsecommand</b></code></td> </tr> |
︙ | ︙ | |||
5811 5812 5813 5814 5815 5816 5817 | windowing systems.</li> </ul> <p><b>REMARK 2:</b> If the tablelist is contained in a scrollable widget container like a <a href= "https://www.nemethi.de/scrollutil/scrollableframe.html">scrollutil::scrollableframe</a>, BWidget ScrollableFrame, or iwidgets::scrolledframe, and you set this | < | | | | | | | < | | | 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 | windowing systems.</li> </ul> <p><b>REMARK 2:</b> If the tablelist is contained in a scrollable widget container like a <a href= "https://www.nemethi.de/scrollutil/scrollableframe.html">scrollutil::scrollableframe</a>, BWidget ScrollableFrame, or iwidgets::scrolledframe, and you set this option to the path name of the containing toplevel widget, then a horizontal mouse wheel or <code><b><TouchpadScroll></b></code> event over the tablelist's body will be handled as follows:</p> <ul> <li class="tm">If the focus is inside the tablelist widget then the event will scroll the tablelist or its edit window horizontally and no further processing of the event will take place.</li> <li class="tm">If the focus is outside the tablelist widget then no scrolling of the tablelist's body or edit window will happen. Instead, the event will be redirected to the toplevel widget with the aid of the <code><b>event generate</b></code> command. This in turn will give rise to horizontal scrolling of the widget container, provided that the containing toplevel widget or the binding tag <code><b>all</b></code> has the necessary mouse wheel or <code><b><TouchpadScroll></b></code> event bindings.</li> </ul> <p><b>REMARK 3:</b> If you pass the tablelist widget to the <code><b><a href= "https://www.nemethi.de/scrollutil/wheelEvent.html#adapt">scrollutil::adaptWheelEventHandling</a></b></code> command without the <code><b>-ignorefocus</b></code> switch then that command will set this option to the path name of the containing |
︙ | ︙ | |||
5913 5914 5915 5916 5917 5918 5919 | <code>Alt</code> key on Windows and X11.</li> </ul> <p><b>REMARK 2:</b> If the tablelist is contained in a scrollable widget container like a <a href= "https://www.nemethi.de/scrollutil/scrollableframe.html">scrollutil::scrollableframe</a>, BWidget ScrollableFrame, or iwidgets::scrolledframe, and you set this | < | | | | | | | < | | | 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 | <code>Alt</code> key on Windows and X11.</li> </ul> <p><b>REMARK 2:</b> If the tablelist is contained in a scrollable widget container like a <a href= "https://www.nemethi.de/scrollutil/scrollableframe.html">scrollutil::scrollableframe</a>, BWidget ScrollableFrame, or iwidgets::scrolledframe, and you set this option to the path name of the containing toplevel widget, then a vertical mouse wheel or <code><b><TouchpadScroll></b></code> event over the tablelist's body will be handled as follows:</p> <ul> <li class="tm">If the focus is inside the tablelist widget then the event will scroll the tablelist or its edit window vertically and no further processing of the event will take place.</li> <li class="tm">If the focus is outside the tablelist widget then no scrolling of the tablelist's body or edit window will happen. Instead, the event will be redirected to the toplevel widget with the aid of the <code><b>event generate</b></code> command. This in turn will give rise to vertical scrolling of the widget container, provided that the containing toplevel widget or the binding tag <code><b>all</b></code> has the necessary mouse wheel or <code><b><TouchpadScroll></b></code> event bindings.</li> </ul> <p><b>REMARK 3:</b> If you pass the tablelist widget to the <code><b><a href= "https://www.nemethi.de/scrollutil/wheelEvent.html#adapt">scrollutil::adaptWheelEventHandling</a></b></code> command without the <code><b>-ignorefocus</b></code> switch then that command will set this option to the path name of the containing |
︙ | ︙ |
Changes to modules/tablelist/scripts/tablelistBind.tcl.
︙ | ︙ | |||
1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 | } tablelist::beginToggle $tablelist::W \ [$tablelist::W nearest $tablelist::y] \ [$tablelist::W nearestcolumn $tablelist::x] tablelist::condFinishEditing $tablelist::W $tablelist::x $tablelist::y } foreach event {<Return> <KP_Enter> <F2>} { bind TablelistBody $event { tablelist::condEditActiveCell [tablelist::getTablelistPath %W] } } bind TablelistBody <Tab> { | > > > > > > > > > | 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 | } tablelist::beginToggle $tablelist::W \ [$tablelist::W nearest $tablelist::y] \ [$tablelist::W nearestcolumn $tablelist::x] tablelist::condFinishEditing $tablelist::W $tablelist::x $tablelist::y } bind TablelistBody <Button-2> { tablelist::handleBtn2Event <Button-2> %W %x %y %X %Y } bind TablelistBody <B2-Motion> { tablelist::handleBtn2Event <B2-Motion> %W %x %y %X %Y } bind TablelistBody <ButtonRelease-2> { tablelist::handleBtn2Event <ButtonRelease-2> %W %x %y %X %Y } foreach event {<Return> <KP_Enter> <F2>} { bind TablelistBody $event { tablelist::condEditActiveCell [tablelist::getTablelistPath %W] } } bind TablelistBody <Tab> { |
︙ | ︙ | |||
1323 1324 1325 1326 1327 1328 1329 | tablelist::genTablelistSelectEvent $tablelist::W } } } } foreach event {<Control-Left> <<PrevWord>> <Control-Right> <<NextWord>> | | < | 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 | tablelist::genTablelistSelectEvent $tablelist::W } } } } foreach event {<Control-Left> <<PrevWord>> <Control-Right> <<NextWord>> <Control-Prior> <Control-Next> <<Copy>>} { set script [string map { "%W" "$tablelist::W" "%x" "$tablelist::x" "%y" "$tablelist::y" } [bind Listbox $event]] if {$script ne ""} { ##nagelfar ignore bind TablelistBody $event [format { |
︙ | ︙ | |||
3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 | # the latter is in normal state. #------------------------------------------------------------------------------ proc tablelist::genTablelistSelectEvent win { if {[::$win cget -state] eq "normal"} { event generate $win <<TablelistSelect>> } } #------------------------------------------------------------------------------ # tablelist::handleWheelEvent # # Handles a mouse wheel event with the given root coordinates and delta on the # widget W. #------------------------------------------------------------------------------ | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 | # the latter is in normal state. #------------------------------------------------------------------------------ proc tablelist::genTablelistSelectEvent win { if {[::$win cget -state] eq "normal"} { event generate $win <<TablelistSelect>> } } #------------------------------------------------------------------------------ # tablelist::handleBtn2Event # # Handles a mouse button 2 event with the given widget and root coordinates on # the widget W. #------------------------------------------------------------------------------ proc tablelist::handleBtn2Event {event W x y X Y} { foreach {win _x _y} [convEventFields $W $x $y] {} set w [::$win cget -button2window] if {[winfo exists $w]} { if {[mwutil::hasFocus $win]} { switch $event { <Button-2> { ::$win scan mark $_x $_y } <B2-Motion> { ::$win scan dragto $_x $_y } } } else { event generate $w $event -rootx $X -rooty $Y } } else { switch $event { <Button-2> { ::$win scan mark $_x $_y } <B2-Motion> { ::$win scan dragto $_x $_y } } } return -code break "" } #------------------------------------------------------------------------------ # tablelist::handleWheelEvent # # Handles a mouse wheel event with the given root coordinates and delta on the # widget W. #------------------------------------------------------------------------------ |
︙ | ︙ | |||
3441 3442 3443 3444 3445 3446 3447 | if {$axis eq "x" && $titleCols > 0} { switch -- $divisor { -40.0 - -30.0 { set divisor -120.0 } 1.0 { set divisor 5.0 } } } mwutil::scrollByUnits $win $axis $delta $divisor | < < > > | 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 | if {$axis eq "x" && $titleCols > 0} { switch -- $divisor { -40.0 - -30.0 { set divisor -120.0 } 1.0 { set divisor 5.0 } } } mwutil::scrollByUnits $win $axis $delta $divisor } elseif {[string match "<*MouseWheel>" $event]} { mwutil::genMouseWheelEvent $w $event $X $Y $delta } else { event generate $w $event -rootx $X -rooty $Y } } else { if {$axis eq "x" && $titleCols > 0} { switch -- $divisor { -40.0 - -30.0 { set divisor -120.0 } 1.0 { set divisor 5.0 } } } mwutil::scrollByUnits $win $axis $delta $divisor } return -code break "" } # # Binding tag TablelistHeader # =========================== # |
︙ | ︙ |
Changes to modules/tablelist/scripts/tablelistConfig.tcl.
︙ | ︙ | |||
20 21 22 23 24 25 26 27 28 29 30 31 32 33 | # lappend configSpecs(-acceptchildcommand) {} lappend configSpecs(-acceptdropcommand) {} lappend configSpecs(-activestyle) frame lappend configSpecs(-aftercopycommand) {} lappend configSpecs(-autofinishediting) 0 lappend configSpecs(-autoscan) 1 lappend configSpecs(-collapsecommand) {} lappend configSpecs(-colorizecommand) {} lappend configSpecs(-columns) {} lappend configSpecs(-columntitles) {} lappend configSpecs(-customdragsource) 0 lappend configSpecs(-displayondemand) 1 lappend configSpecs(-editendcommand) {} | > | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | # lappend configSpecs(-acceptchildcommand) {} lappend configSpecs(-acceptdropcommand) {} lappend configSpecs(-activestyle) frame lappend configSpecs(-aftercopycommand) {} lappend configSpecs(-autofinishediting) 0 lappend configSpecs(-autoscan) 1 lappend configSpecs(-button2window) {} lappend configSpecs(-collapsecommand) {} lappend configSpecs(-colorizecommand) {} lappend configSpecs(-columns) {} lappend configSpecs(-columntitles) {} lappend configSpecs(-customdragsource) 0 lappend configSpecs(-displayondemand) 1 lappend configSpecs(-editendcommand) {} |
︙ | ︙ | |||
677 678 679 680 681 682 683 684 685 686 687 688 689 690 | -resizablecolumns - -setfocus - -showbusycursor { # # Save the boolean value specified by val in data($opt) # set data($opt) [expr {$val ? 1 : 0}] } -columns { # # Set up and adjust the columns, rebuild # the lists of the column fonts and tag # names, and redisplay the items # | > > > > > > > > > | 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 | -resizablecolumns - -setfocus - -showbusycursor { # # Save the boolean value specified by val in data($opt) # set data($opt) [expr {$val ? 1 : 0}] } -button2window - -xmousewheelwindow - -ymousewheelwindow { if {$val eq "" || [winfo exists $val]} { set data($opt) $val } else { return -code error "bad window path name \"$val\"" } } -columns { # # Set up and adjust the columns, rebuild # the lists of the column fonts and tag # names, and redisplay the items # |
︙ | ︙ | |||
1263 1264 1265 1266 1267 1268 1269 | } else { $data(hdr) configure $opt 0 $data(lb) configure $opt $val } set data($opt) $val updateListboxSetgridOpt $win } | < < < < < < < < | 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 | } else { $data(hdr) configure $opt 0 $data(lb) configure $opt $val } set data($opt) $val updateListboxSetgridOpt $win } -xscrollcommand { set data($opt) $val set data(xView) {-1 -1} } -yscrollcommand { set data($opt) $val set data(yView) {-1 -1} |
︙ | ︙ |
Changes to modules/tablelist/scripts/tablelistEdit.tcl.
︙ | ︙ | |||
238 239 240 241 242 243 244 245 246 247 248 249 250 251 | foreach {name value} [array get editWin ttk::*-creationCmd] { set editWin(::$name) $value } } if {[llength [package versions tile]] > 0} { addTileWidgets } } # # Public procedures related to interactive cell editing # ===================================================== # | > > > | 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | foreach {name value} [array get editWin ttk::*-creationCmd] { set editWin(::$name) $value } } if {[llength [package versions tile]] > 0} { addTileWidgets } variable uniformWheelSupport [expr {$::tk_version >= 8.7 && [package vcompare $::tk_patchLevel "8.7a4"] >= 0}] } # # Public procedures related to interactive cell editing # ===================================================== # |
︙ | ︙ | |||
2832 2833 2834 2835 2836 2837 2838 | if {!$tk_strictMotif && ![tablelist::isKeyReserved %W Meta-greater]} { tablelist::goToNextPrevCell %W -1 0 0 } } # | | > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | | | 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 | if {!$tk_strictMotif && ![tablelist::isKeyReserved %W Meta-greater]} { tablelist::goToNextPrevCell %W -1 0 0 } } # # Define some bindings for the binding tag TablelistEdit # that redirect the mouse button 2 events to the containing # toplevel or propagate them to the tablelist's body # bind TablelistEdit <Button-2> { set tablelist::W [tablelist::getTablelistPath %W] if {[tablelist::hasMouseBtn2Bindings %W]} { set tablelist::w [$tablelist::W cget -button2window] if {[winfo exists $tablelist::w] && ![mwutil::hasFocus $tablelist::W]} { event generate $tablelist::w <Button-2> -rootx %X -rooty %Y break } } else { event generate [$tablelist::W bodypath] <Button-2> -x %x -y %y } } bind TablelistEdit <B2-Motion> { set tablelist::W [tablelist::getTablelistPath %W] if {[tablelist::hasMouseBtn2Bindings %W]} { set tablelist::w [$tablelist::W cget -button2window] if {[winfo exists $tablelist::w] && ![mwutil::hasFocus $tablelist::W]} { event generate $tablelist::w <B2-Motion> -rootx %X -rooty %Y break } } else { event generate [$tablelist::W bodypath] <B2-Motion> -x %x -y %y } } bind TablelistEdit <ButtonRelease-2> { set tablelist::W [tablelist::getTablelistPath %W] if {[tablelist::hasMouseBtn2Bindings %W]} { set tablelist::w [$tablelist::W cget -button2window] if {[winfo exists $tablelist::w] && ![mwutil::hasFocus $tablelist::W]} { event generate $tablelist::w <ButtonRelease-2> break } } else { event generate [$tablelist::W bodypath] <ButtonRelease-2> } } # # Define some bindings for the binding tag TablelistEdit # that redirect the mouse wheel events to the containing # toplevel or propagate them to the tablelist's body # catch { bind TablelistEdit <MouseWheel> { if {[tablelist::hasMouseWheelBindings %W y]} { set tablelist::W [tablelist::getTablelistPath %W] set tablelist::w [$tablelist::W cget -ymousewheelwindow] if {[winfo exists $tablelist::w] && |
︙ | ︙ | |||
3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 | set win [getTablelistPath $w] upvar ::tablelist::ns${win}::data data set name [getEditWindow $win $data(editRow) $data(editCol)] variable editWin return [expr {[lsearch -exact $editWin($name-reservedKeys) $keySym] >= 0}] } #------------------------------------------------------------------------------ # tablelist::hasMouseWheelBindings # # Checks whether the given widget, which is assumed to be the edit window or # one of its descendants, has mouse wheel bindings for the given axis (x or y). #------------------------------------------------------------------------------ proc tablelist::hasMouseWheelBindings {w axis} { | > > > > > > > > > > > > > > > > > > > > > > > > > > > | > > | | > > > > > | > > > > | > | > | < < < < | | > > > | 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 | set win [getTablelistPath $w] upvar ::tablelist::ns${win}::data data set name [getEditWindow $win $data(editRow) $data(editCol)] variable editWin return [expr {[lsearch -exact $editWin($name-reservedKeys) $keySym] >= 0}] } #------------------------------------------------------------------------------ # tablelist::hasMouseBtn2Bindings # # Checks whether the given widget, which is assumed to be the edit window or # one of its descendants, has mouse button 2 bindings. #------------------------------------------------------------------------------ proc tablelist::hasMouseBtn2Bindings w { set win [getTablelistPath $w] upvar ::tablelist::ns${win}::data data set wTop [winfo toplevel $w] foreach tag [bindtags $w] { if {$tag eq $data(editwinTag) || $tag eq "TablelistEdit" || $tag eq "TablelistEditBreak" || $tag eq $wTop || $tag eq "all"} { continue } if {[bind $tag <Button-2>] ne "" && [bind $tag <B2-Motion>] ne ""} { return 1 } } return 0 } #------------------------------------------------------------------------------ # tablelist::hasMouseWheelBindings # # Checks whether the given widget, which is assumed to be the edit window or # one of its descendants, has mouse wheel bindings for the given axis (x or y). #------------------------------------------------------------------------------ proc tablelist::hasMouseWheelBindings {w axis} { variable winSys variable uniformWheelSupport set win [getTablelistPath $w] upvar ::tablelist::ns${win}::data data set wTop [winfo toplevel $w] foreach tag [bindtags $w] { if {$tag eq $data(editwinTag) || $tag eq "TablelistEdit" || $tag eq "TablelistEditBreak" || $tag eq $wTop || $tag eq "all"} { continue } if {$winSys ne "x11" || $uniformWheelSupport} { if {($axis eq "y" && [bind $tag <MouseWheel>] ne "") || ($axis eq "x" && [bind $tag <Shift-MouseWheel>] ne "") || [bind $tag <TouchpadScroll>] ne ""} { return 1 } } else { if {($axis eq "y" && [bind $tag <Button-4>] ne "") || ($axis eq "x" && [bind $tag <Shift-Button-4>] ne "")} { return 1 } } } return 0 } #------------------------------------------------------------------------------ # tablelist::isComboTopMapped # # Checks whether the given widget is a component of an Oakley combobox having # its toplevel child mapped. This is needed in our binding scripts to make |
︙ | ︙ |
Changes to modules/tablelist/scripts/tablelistWidget.tcl.
︙ | ︙ | |||
162 163 164 165 166 167 168 169 170 171 172 173 174 175 | -arrowstyle {arrowStyle ArrowStyle w} -autofinishediting {autoFinishEditing AutoFinishEditing w} -autoscan {autoScan AutoScan w} -background {background Background b} -bg -background -borderwidth {borderWidth BorderWidth f} -bd -borderwidth -collapsecommand {collapseCommand CollapseCommand w} -colorizecommand {colorizeCommand ColorizeCommand w} -columns {columns Columns w} -columntitles {columnTitles ColumnTitles w} -cursor {cursor Cursor c} -customdragsource {customDragSource CustomDragSource w} -disabledforeground {disabledForeground DisabledForeground w} | > | 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 | -arrowstyle {arrowStyle ArrowStyle w} -autofinishediting {autoFinishEditing AutoFinishEditing w} -autoscan {autoScan AutoScan w} -background {background Background b} -bg -background -borderwidth {borderWidth BorderWidth f} -bd -borderwidth -button2window {button2Window Button2Window w} -collapsecommand {collapseCommand CollapseCommand w} -colorizecommand {colorizeCommand ColorizeCommand w} -columns {columns Columns w} -columntitles {columnTitles ColumnTitles w} -cursor {cursor Cursor c} -customdragsource {customDragSource CustomDragSource w} -disabledforeground {disabledForeground DisabledForeground w} |
︙ | ︙ |
Changes to modules/tablelist/scripts/tclIndex.
1 2 3 4 5 6 7 8 | # Tcl autoload index file, version 2.0 # This file is generated by the "auto_mkindex" command # and sourced to set up indexing information for one or # more commands. Typically each line is a command that # sets an element in the auto_index array, where the # element name is the name of a command and the value is # a script that loads the command. | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 | # Tcl autoload index file, version 2.0 # This file is generated by the "auto_mkindex" command # and sourced to set up indexing information for one or # more commands. Typically each line is a command that # sets an element in the auto_index array, where the # element name is the name of a command and the value is # a script that loads the command. set auto_index(::tablelist::getTablelistColumn) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::getTablelistPath) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::convEventFields) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::delaySashPosUpdates) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::addActiveTag) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::removeActiveTag) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::finishEditingOnFocusOut) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cleanup) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::updateBackgrounds) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::updateFonts) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::handleThemeChangedEvent) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::updateConfiguration) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::handleAppearanceEvent) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::updateAppearance) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condOpenPipeline) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cleanupWindow) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::defineTablelistBody) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::invokeMotionHandler) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::handleMotionDelayed) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::handleMotion) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::showOrHideTooltip) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::updateExpCollCtrl) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::updateCursor) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::makeEditCursor) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::wasExpCollCtrlClicked) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condEditContainingCell) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condFinishEditing) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condBeginMove) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::beginSelect) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condAutoScan) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::autoScan) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::minScrollableX) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::autoScan2) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::motion) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condShowTarget) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::moveOrActivate) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condEvalInvokeCmd) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cancelMove) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::beginExtend) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::beginToggle) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condEditActiveCell) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::plusMinus) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::nextPrevCell) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::upDown) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::leftRight) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::priorNext) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::homeEnd) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::firstLast) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::extendUpDown) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::extendLeftRight) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::extendToHomeEnd) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::extendToFirstLast) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cancelSelection) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::selectAll) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::isDragSrc) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::normalizedRect) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cellInRect) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::firstViewableRow) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::lastViewableRow) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::firstViewableCol) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::lastViewableCol) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::condChangeSelection) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::changeSelection) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::genTablelistActivateEvent) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::genTablelistSelectEvent) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::handleBtn2Event) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::handleWheelEvent) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::defineTablelistHeader) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::hdr_handleMotionDelayed) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::hdr_handleMotion) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::hdr_showOrHideTooltip) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::defineTablelistLabel) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::defineTablelistSubLabel) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::defineTablelistArrow) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelEnter) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelLeave) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelB1Down) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelB1Motion) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelB1Enter) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelB1Leave) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelB1Up) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelB3Down) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelDblB1) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::escape) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::horizAutoScan) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::inResizeArea) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelModifB1Down) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelModifB1Motion) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelModifB1Up) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelModifShiftB1Down) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::labelModifCtrlB1Down) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::selectColRange) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::deselectColRange) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::firstSelCellOfCol) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::isColSelected) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::wasColSelected) [list source -encoding utf-8 [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::extendConfigSpecs) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doConfig) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCget) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doColConfig) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doColCget) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doRowConfig) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doRowCget) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCellConfig) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCellCget) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::defaultX11ArrowStyle) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::defaultWinArrowSize) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::makeListVar) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::updateListboxSetgridOpt) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::createSublabels) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::isRowViewable) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getCellFont) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::reconfigWindows) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::isCellEditable) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getEditWindow) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getOpt) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getConfigParams) [list source -encoding utf-8 [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::addTkCoreWidgets) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addTileWidgets) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addBWidgetEntry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addBWidgetSpinBox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addBWidgetComboBox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrEntryfield) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrDateTimeWidget) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrSpinner) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrSpinint) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIncrCombobox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addCtext) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addOakleyCombobox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addDateMentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addTimeMentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addDateTimeMentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addFixedPointMentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIPAddrMentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addIPv6AddrMentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::addToggleswitch) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::checkEditWinName) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createCheckbutton) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createMenubutton) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::postMenuCmd) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileEntry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileSpinbox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileCombobox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileCheckbutton) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileMenubutton) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createBWidgetSpinBox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createBWidgetComboBox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrDateentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrTimeentry) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrCombobox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createOakleyCombobox) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createToggleswitch) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doEditCell) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doCancelEditing) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doFinishEditing) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::clearTakefocusOpt) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::adjustTextHeight) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::setMentryCursor) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::configAutoFinishEditing) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::adjustEditWindow) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::setEditWinFont) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::saveEditData) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::saveEditConfigOpts) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::restoreEditData) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::restoreEditConfigOpts) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::defineTablelistEdit) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::insertChar) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::cancelEditing) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::finishEditing) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToNextPrevCell) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goLeftRight) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goUpDown) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToPrevNextLine) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToPriorNextPage) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isKeyReserved) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::hasMouseBtn2Bindings) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::hasMouseWheelBindings) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isComboTopMapped) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isMenuPosted) [list source -encoding utf-8 [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::flat7x4Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat8x4Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat8x5Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat9x5Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat10x5Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat11x6Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat12x6Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat13x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat14x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat15x8Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat16x8Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle7x4Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle7x5Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x5Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x6Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle10x6Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle11x6Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle13x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle15x8Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo0x0Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::setSvgImgForeground) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo7x4Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo7x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo9x5Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo11x6Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo13x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo15x8Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken8x7Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken10x9Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken12x11Arrows) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createSortRankImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createCheckbuttonImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::adwaitaTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ambianceTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::aquaTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::aqua11TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::arcTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::baghiraTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolorTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor100TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor125TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor150TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor175TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor200TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::blueMentaTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classicTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic100TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic125TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic150TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic175TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic200TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::dustTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::dustSandTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::gtkTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::klearlooksTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mateTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mentaTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mintTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mint2TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::newWaveTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::oxygen1TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::oxygen2TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::phaseTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plainTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain100TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain125TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain150TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain175TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain200TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plastikTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plastiqueTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::radianceTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntuTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntu2TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntu3TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntuMateTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_100) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_125) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_150) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_175) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_200) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_100) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_125) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_150) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_175) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_200) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::whiteTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::white100TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::white125TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::white150TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::white175TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::white200TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win7AeroTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win7ClassicTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_100) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_125) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_150) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_175) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_200) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winnativeTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpBlueTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpOliveTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpSilverTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::yuyoTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createTreeImgs) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::setTreeLabelWidths) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::pencilCursorData) [list source -encoding utf-8 [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::moveRow) [list source -encoding utf-8 [file join $dir tablelistMove.tcl]] set auto_index(::tablelist::moveNode) [list source -encoding utf-8 [file join $dir tablelistMove.tcl]] set auto_index(::tablelist::moveCol) [list source -encoding utf-8 [file join $dir tablelistMove.tcl]] set auto_index(::tablelist::sortByColumn) [list source -encoding utf-8 [file join $dir tablelistSort.tcl]] set auto_index(::tablelist::addToSortColumns) [list source -encoding utf-8 [file join $dir tablelistSort.tcl]] set auto_index(::tablelist::sortItems) [list source -encoding utf-8 [file join $dir tablelistSort.tcl]] set auto_index(::tablelist::sortChildren) [list source -encoding utf-8 [file join $dir tablelistSort.tcl]] set auto_index(::tablelist::sortList) [list source -encoding utf-8 [file join $dir tablelistSort.tcl]] set auto_index(::tablelist::compareNoCase) [list source -encoding utf-8 [file join $dir tablelistSort.tcl]] set auto_index(::tablelist::setThemeDefaults) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::awTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::altTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::aquaTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::AquativoTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::aquativoTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::ArcTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::blackTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::blueTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::BreezeTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::breezeTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::breeze-darkTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::clamTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::classicTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::clearlooksTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::defaultTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::keramikTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::keramik_altTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::krocTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::plastikTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::srivTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::srivlgTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::stepTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::sun-valley-lightTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::sun-valley-darkTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::tileqtTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::vistaTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::winnativeTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::winxpblueTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::xpnativeTheme) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::getKdeConfigVal) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::makeKdeDirList) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::readKdeConfigVal) [list source -encoding utf-8 [file join $dir tablelistThemes.tcl]] set auto_index(::tablelist::destroyed) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::rowIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_rowIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::colIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::colIndex2) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::cellIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_cellIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustRowIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustColIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::nodeIndexToKey) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::depth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::topLevelKey) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::descCount) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::nodeRow) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::keyToRow) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_keyToRow) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateKeyToRowMap) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::findTabs) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::sortStretchableColList) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::deleteColData) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::deleteColAttribs) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::deleteColSelStates) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::moveColData) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::moveColAttribs) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::moveColSelStates) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::condUpdateListVar) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::reconfigColLabels) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::charsToPixels) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::strRange) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustItem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::formatElem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::formatItem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hasChars) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getListWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::joinList) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::displayIndent) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::displayImage) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::displayText) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getAuxData) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getIndentData) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getMaxTextWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustElem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustMlElem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getElemWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::insertOrUpdateIndent) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::insertElem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::insertMlElem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateCell) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateMlCell) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::setImgLabelWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::setImgLabelAnchor) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::appendComplexElem) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeColFontAndTagLists) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeSortAndArrowColLists) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::setupColumns) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createSeps) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustSepsWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustSeps) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getSepX) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustColumns) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustLabel) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::computeColWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::computeLabelWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustHeaderHeight) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::stretchColumnsWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::stretchColumns) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::moveActiveTag) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateColorsWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateColors) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_updateColorsWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_updateColors) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateScrlColOffsetWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateScrlColOffset) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateHScrlbarWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateHScrlbar) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateVScrlbarWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateVScrlbar) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::forceRedraw) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::workAroundAquaTkBugs) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::adjustElidedText) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_adjustElidedText) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::redisplayWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::redisplay) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::redisplayVisibleItems) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::redisplayColWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::redisplayCol) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeStripesWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeStripes) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::showLineNumbersWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::showLineNumbers) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateViewWhenIdle) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::updateView) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::purgeWidgets) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::synchronize) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getSublabels) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::parseLabelPath) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::configLabel) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createArrows) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::configCanvas) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::fillArrows) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getShadows) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::raiseArrow) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::isHdrTxtFrXPosVisible) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getScrlContentWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getTitleColsWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getScrlWindowWidth) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getMaxScrlColOffset) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::changeScrlColOffset) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::scrlXOffsetToColOffset) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::scrlColOffsetToXOffset) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getVertComplTopRow) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getVertComplBtmRow) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::getViewableRowCount) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::viewableRowOffsetToRowIndex) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createCkbtn) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_createCkbtn) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeCkbtn) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createTtkCkbtn) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_createTtkCkbtn) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeTtkCkbtn) [list source -encoding utf-8 [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::restoreScalingpct) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::createTileAliases) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::restrictCmdOpts) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::createBindings) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::tablelist) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::tablelistWidgetCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::activateSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::activatecellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::applysortingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::attribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::autoscrolltargetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bboxSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bodypathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bodytagSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cancelededitingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::canceleditingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellbboxSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellcgetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellconfigureSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellindexSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellselectionSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cgetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::childcountSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::childindexSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::childkeysSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::collapseSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::collapseallSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::columnattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::columncgetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::columnconfigureSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::columncountSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::columnindexSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::columnwidthSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configcelllistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configcellsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configcolumnlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configcolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configrowlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configrowsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::configureSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::containingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::containingcellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::containingcolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cornerlabelpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cornerpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::curcellselectionSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::curselectionSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::deleteSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::deletecolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::depthSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::descendantcountSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::dicttoitemSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::dumptofileSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::dumptostringSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::editcellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::editinfoSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::editwinpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::editwintagSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::embedcheckbuttonSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::embedcheckbuttonsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::embedttkcheckbuttonSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::embedttkcheckbuttonsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::entrypathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::expandSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::expandallSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::expandedkeysSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::fillcolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::findcolumnnameSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::findrownameSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::finisheditingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::formatinfoSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getcellsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getcolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getformattedSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getformattedcellsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getformattedcolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getfullkeysSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::getkeysSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hasattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hascellattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hascolumnattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hasrowattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::headerSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_bboxSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_cellattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_cellbboxSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_cellcgetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_cellconfigureSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_cellindexSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_configcelllistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_configcellsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_configrowlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_configrowsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_containingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_containingcellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_deleteSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_embedcheckbuttonSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_embedcheckbuttonsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_embedttkcheckbuttonSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_embedttkcheckbuttonsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_fillcolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_findrownameSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getcellsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getcolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getformattedSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getformattedcellsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getformattedcolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getfullkeysSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_getkeysSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_hascellattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_hasrowattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_imagelabelpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_indexSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_insertSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_insertlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_iselemsnippedSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_itemlistvarSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_nearestSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_nearestcellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_rowattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_rowcgetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_rowconfigureSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_sizeSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_unsetcellattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_unsetrowattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::header_windowpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::headerpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::headertagSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hidetargetmarkSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::imagelabelpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::indexSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertchildlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertchildrenSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertcolumnlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertcolumnsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::iselemsnippedSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::isexpandedSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::istitlesnippedSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::isviewableSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::itemlistvarSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::itemtodictSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::labelpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::labelsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::labeltagSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::labelwindowpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::loadfromfileSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::loadfromstringSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::moveSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::movecolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::nearestSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::nearestcellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::nearestcolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::noderowSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::parentkeySubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::refreshsortingSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::rejectinputSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::resetsortinfoSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::restorecursorSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::rowattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::rowcgetSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::rowconfigureSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::scanSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::searchcolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::seeSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::seecellSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::seecolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::selectionSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::separatorpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::separatorsSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::setbusycursorSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::showtargetmarkSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sizeSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortbycolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortbycolumnlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortcolumnSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortcolumnlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortorderSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::sortorderlistSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::stopautoscrollSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::targetmarkpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::targetmarkposSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::togglecolumnhideSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::togglerowhideSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::toplevelkeySubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::unsetattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::unsetcellattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::unsetcolumnattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::unsetrowattribSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::viewablerowcountSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::windowpathSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::xviewSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::yviewSubCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::cellSelection) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::colWidth) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::containingRow) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hdr_containingRow) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::containingCol) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::curCellSelection) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::curSelection) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::deleteRows) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hdr_deleteRows) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::deleteCols) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertRows) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hdr_insertRows) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::displayItems) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::insertCols) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::doScan) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::populate) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(doesMatch) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::seeRow) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::seeCell) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::rowSelection) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::horizMoveTo) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::horizScrollByUnits) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::vertMoveTo) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::vertScrollByUnits) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::dragTo) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::seeTextIdx) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::updateIdletasksDelayed) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::updateIdletasks) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::hdrConfigure) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::bodyConfigure) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::fetchSelection) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::lostSelection) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::activeTrace) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::listVarTrace) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::checkStatesTrace) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::populateCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::expandCmd) [list source -encoding utf-8 [file join $dir tablelistWidget.tcl]] |