Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | * scripts/tclIndex: Newly generated. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: | 8d0b192f411e102186d88736f752e7a4c84f910c4105393390f7fc5ae2e1c230 |
User & Date: | csaba 2020-04-21 16:59:54 |
Context
2020-04-21
| ||
17:14 | * doc/bicolor*png: Renamed (bicolor|classic|plain)1.png, ..., * doc/classic*.png: (bicolor|classic|plain)4.png to * doc/plain*.png: (bicolor|classic|plain)100.png, (bicolor|classic|plain)125.png, (bicolor|classic|plain)150.png, and (bicolor|classic|plain)200.png; updated screenshots; added (bicolor|classic|plain)175.png. check-in: 6ffa4e402c user: csaba tags: trunk | |
16:59 | * scripts/tclIndex: Newly generated. check-in: 8d0b192f41 user: csaba tags: trunk | |
16:58 | * scripts/*.tcl: Significantly extended and improved the code for initializing the variable "tablelist::scalingpct", especially on X11; added the percentage value 175 and the corresponding arrow styles "flat13x7", "flatAngle13x7", and "photo13x7"; removed the arrow styles "flat5x3" and "flat5x4"; changed the tree style names "(bicolor|classic|plain)1", ..., "(bicolor|classic|plain)4" to "(bicolor|classic|plain)100", "(bicolor|classic|plain)125", "(bicolor|classic|plain)150", and "(bicolor|classic|plain)200"; added the tree styles "(bicolor|classic|plain)175"; updated the tree styles "adwaita", "ubuntuMate", and "win10"; made the "refreshsorting" subcommand by orders of magnitude faster; fixed an issue related to the bindings for the edit window; fixed a bug related to the "expand" subcommand for a list of indices; updated the copyright information. check-in: 526e68681b user: csaba tags: trunk | |
Changes
Changes to modules/tablelist/scripts/tclIndex.
24 25 26 27 28 29 30 31 32 33 34 35 36 37 ... 118 119 120 121 122 123 124 125 126 127 128 129 130 131 ... 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 |
set auto_index(::mwutil::getScrollInfo) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::getScrollInfo2) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::isScrollable) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::hasFocus) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::genMouseWheelEvent) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::windowingSystem) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::currentTheme) [list source [file join $dir mwutil.tcl]] set auto_index(::tablelist::getTablelistColumn) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::getTablelistPath) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::convEventFields) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::delaySashPosUpdates) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::addActiveTag) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::removeActiveTag) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cleanup) [list source [file join $dir tablelistBind.tcl]] ................................................................................ set auto_index(::tablelist::doCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doColConfig) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doColCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doRowConfig) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doRowCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCellConfig) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCellCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::makeListVar) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::updateListboxSetgridOpt) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::isRowViewable) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getCellFont) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::reconfigWindows) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::isCellEditable) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getEditWindow) [list source [file join $dir tablelistConfig.tcl]] ................................................................................ set auto_index(::tablelist::goUpDown) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToPrevNextLine) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToPriorNextPage) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isKeyReserved) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::hasMouseWheelBindings) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isComboTopMapped) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isMenuPosted) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::flat5x3Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat5x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat6x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat8x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat8x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat9x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat9x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat11x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat15x8Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle7x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle7x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle10x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle10x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle11x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle15x8Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo7x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo7x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo9x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo11x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo15x8Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken8x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken10x9Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken12x11Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createSortRankImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createCheckbuttonImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::adwaitaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ambianceTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::aquaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::arcTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::baghiraTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor1TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor3TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor4TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::blueMentaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic1TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic3TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic4TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::dustTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::dustSandTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::gtkTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::klearlooksTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mateTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mentaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mintTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mint2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::newWaveTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::oxygen1TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::oxygen2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::phaseTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain1TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain3TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain4TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plastikTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plastiqueTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::radianceTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntuTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntu2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntu3TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntuMateTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_100) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_125) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_150) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_200) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_100) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_125) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_150) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_200) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win7AeroTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win7ClassicTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_100) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_125) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_150) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_200) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winnativeTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpBlueTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpOliveTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpSilverTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::yuyoTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createTreeImgs) [list source [file join $dir tablelistImages.tcl]] |
> > < < > > > | | | | > | | | | > | | | | > > > > |
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 ... 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 ... 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 |
set auto_index(::mwutil::getScrollInfo) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::getScrollInfo2) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::isScrollable) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::hasFocus) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::genMouseWheelEvent) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::windowingSystem) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::currentTheme) [list source [file join $dir mwutil.tcl]] set auto_index(::mwutil::scalingPercentage) [list source [file join $dir mwutil.tcl]] set auto_index(::tablelist::getTablelistColumn) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::getTablelistPath) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::convEventFields) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::delaySashPosUpdates) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::addActiveTag) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::removeActiveTag) [list source [file join $dir tablelistBind.tcl]] set auto_index(::tablelist::cleanup) [list source [file join $dir tablelistBind.tcl]] ................................................................................ set auto_index(::tablelist::doCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doColConfig) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doColCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doRowConfig) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doRowCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCellConfig) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::doCellCget) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::defaultWinArrowSize) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::makeListVar) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::updateListboxSetgridOpt) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::isRowViewable) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getCellFont) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::reconfigWindows) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::isCellEditable) [list source [file join $dir tablelistConfig.tcl]] set auto_index(::tablelist::getEditWindow) [list source [file join $dir tablelistConfig.tcl]] ................................................................................ set auto_index(::tablelist::goUpDown) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToPrevNextLine) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::goToPriorNextPage) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isKeyReserved) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::hasMouseWheelBindings) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isComboTopMapped) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::isMenuPosted) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::flat6x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat7x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat8x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat8x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat9x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat9x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat11x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat13x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flat15x8Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle7x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle7x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle9x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle10x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle10x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle11x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle13x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::flatAngle15x8Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo7x4Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo7x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo9x5Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo11x6Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo13x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::photo15x8Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken8x7Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken10x9Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::sunken12x11Arrows) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createSortRankImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createCheckbuttonImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::adwaitaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ambianceTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::aquaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::arcTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::baghiraTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor100TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor125TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor150TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor175TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::bicolor200TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::blueMentaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic100TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic125TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic150TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic175TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::classic200TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::dustTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::dustSandTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::gtkTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::klearlooksTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mateTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mentaTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mintTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::mint2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::newWaveTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::oxygen1TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::oxygen2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::phaseTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain100TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain125TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain150TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain175TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plain200TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plastikTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::plastiqueTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::radianceTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntuTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntu2TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntu3TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::ubuntuMateTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_100) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_125) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_150) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_175) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaAeroTreeImgs_200) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_100) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_125) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_150) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_175) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::vistaClassicTreeImgs_200) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win7AeroTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win7ClassicTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_100) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_125) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_150) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_175) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::win10TreeImgs_200) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winnativeTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpBlueTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpOliveTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::winxpSilverTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::yuyoTreeImgs) [list source [file join $dir tablelistImages.tcl]] set auto_index(::tablelist::createTreeImgs) [list source [file join $dir tablelistImages.tcl]] |