
| Current Path : /proc/thread-self/root/lib/blt2.5/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : //proc/thread-self/root/lib/blt2.5/init.tcl |
namespace eval ::blt {
proc initializeLibrary {} {
foreach w {Button Checkbutton Radiobutton Menubutton Label Scrollbar} {
foreach i [bind $w] {
bind B$w $i [bind $w $i]
}
}
}
if {[info commands tk] == "tk"} {
initializeLibrary
}
}