Destroy events
Posted to
tcl
by Stu at Wed Aug 16 14:09:09 GMT 2023
view raw
Why does the <Destroy>
event
work this way?
$ cat q.tcl
frame
.f
button
.f.b1
bind
.f <Destroy> {
puts
"f %W"}
bind
. <Destroy> {
puts
"q %W"}
exit
$ wish q.tcl
q .f.b1
f .f
q .f
q .
Recent Posts
tcl by dandyn
1 days ago
tcl by dandyn
10 days ago
tcl by dandyn
10 days ago
tcl by schelte
15 days ago
tcl by schelte
17 days ago
tcl by rhobart
17 days ago
tcl by bjorkintosh
24 days ago
tcl by dandyn
27 days ago
tcl by dandyn
27 days ago
tcl by bleb
32 days ago
Submit
New paste
Documentation
From Jabber