summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authorcsaba <csaba>2022-12-08 17:26:48 (GMT)
committercsaba <csaba>2022-12-08 17:26:48 (GMT)
commit33bd61da1b8f1cf06506b9c5cb54892de3ee558b (patch)
tree1e9d49e3401855db1ecfeaecda48d439d2f6b788 /library/tclIndex
parent95ac6a3201fa8b494b8f11d416dee777fcc008b6 (diff)
downloadtk-33bd61da1b8f1cf06506b9c5cb54892de3ee558b.zip
tk-33bd61da1b8f1cf06506b9c5cb54892de3ee558b.tar.gz
tk-33bd61da1b8f1cf06506b9c5cb54892de3ee558b.tar.bz2
Replaced several pixmap icons with SVG images that are automatically scaled according to the display' scaling percentage
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 06006cd..f064cea 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -144,6 +144,9 @@ set auto_index(::tk::ScaleEndDrag) [list source [file join $dir scale.tcl]]
set auto_index(::tk::ScaleIncrement) [list source [file join $dir scale.tcl]]
set auto_index(::tk::ScaleControlPress) [list source [file join $dir scale.tcl]]
set auto_index(::tk::ScaleButton2Down) [list source [file join $dir scale.tcl]]
+set auto_index(::tk::ScalingPct) [list source [file join $dir scaling.tcl]]
+set auto_index(::tk::ScaleNum) [list source [file join $dir scaling.tcl]]
+set auto_index(::tk::ScanMonitorsFile) [list source [file join $dir scaling.tcl]]
set auto_index(::tk::ScrollButtonDown) [list source [file join $dir scrlbar.tcl]]
set auto_index(::tk::ScrollButtonUp) [list source [file join $dir scrlbar.tcl]]
set auto_index(::tk::ScrollSelect) [list source [file join $dir scrlbar.tcl]]