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: | 3169ce4828ea9ef434640fa30efa6f067fed6a587d675afd8ab1f57ecb0572cb |
User & Date: | csaba 2020-06-23 09:20:33 |
Context
2020-06-23
| ||
09:21 | * doc/stylesheet.css: Updated. check-in: 9777e9ef50 user: csaba tags: trunk | |
09:20 | * scripts/tclIndex: Newly generated. check-in: 3169ce4828 user: csaba tags: trunk | |
09:19 | * scripts/scaleutil.tcl: New file containing scaling-related stuff: getting the display's DPI scaling percentage; scaling the default width of the Tk core scrollbars on X11, the default width of the ttk::scrollbar widget in a few built-in themes, the arrows of the ttk::combobox, ttk::spinbox, and ttk::menubutton widgets, and the indicators of the ttk::checkbutton and ttk::radiobutton widgets; a workaround for a long-standing scaling-related bug in the implementation of the ttk::checkbutton and ttk::radiobutton widgets in the "vista" and "xpnative" themes; procedures for scaling several widgets used for interactive cell editing. check-in: e0e150515f 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 38 ... 119 120 121 122 123 124 125 126 127 128 129 130 131 132 ... 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 ... 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
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::createMenubutton) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::postMenuCmd) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileEntry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileSpinbox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileCheckbutton) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileMenubutton) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createBWidgetComboBox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createOakleyCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doEditCell) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doCancelEditing) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doFinishEditing) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::clearTakefocusOpt) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::adjustTextHeight) [list source [file join $dir tablelistEdit.tcl]] ................................................................................ set auto_index(::tablelist::viewableRowOffsetToRowIndex) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createFrameWithCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_createFrameWithCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createFrameWithTileCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_createFrameWithTileCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeTileCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createTileAliases) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::restrictCmdOpts) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::restrictArrowStyles) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::createBindings) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::tablelist) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::tablelistWidgetCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::activateSubCmd) [list source [file join $dir tablelistWidget.tcl]] |
| > > > > > > > > > > > > > > > > > > > > |
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 ... 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 ... 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 |
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(::scaleutil::scalingPercentage) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleBWidgetSpinBox) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleBWidgetComboBox) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleIncrDateentry) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleIncrTimeentry) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleIncrCombobox) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleOakleyComboboxArrow) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scanMonitorsFile) [list source [file join $dir scaleutil.tcl]] set auto_index(scaleX11Fonts) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleStyles) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::patchWinTheme) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::calendarImg) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::backwardImg) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::forwardImg) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::watchImg) [list source [file join $dir scaleutil.tcl]] set auto_index(::scaleutil::scaleIncrComboboxArrows) [list source [file join $dir scaleutil.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::defaultX11ArrowStyle) [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::createMenubutton) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::postMenuCmd) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileEntry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileSpinbox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileCheckbutton) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createTileMenubutton) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createBWidgetSpinBox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createBWidgetComboBox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrDateentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrTimeentry) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createIncrCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::createOakleyCombobox) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doEditCell) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doCancelEditing) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::doFinishEditing) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::clearTakefocusOpt) [list source [file join $dir tablelistEdit.tcl]] set auto_index(::tablelist::adjustTextHeight) [list source [file join $dir tablelistEdit.tcl]] ................................................................................ set auto_index(::tablelist::viewableRowOffsetToRowIndex) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createFrameWithCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_createFrameWithCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::createFrameWithTileCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::hdr_createFrameWithTileCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::makeTileCheckbutton) [list source [file join $dir tablelistUtil.tcl]] set auto_index(::tablelist::restoreScalingpct) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::createTileAliases) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::restrictCmdOpts) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::restrictArrowStyles) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::createBindings) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::tablelist) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::tablelistWidgetCmd) [list source [file join $dir tablelistWidget.tcl]] set auto_index(::tablelist::activateSubCmd) [list source [file join $dir tablelistWidget.tcl]] |