Destroy events
Posted to
tcl
by Stu at Wed Aug 16 14:09:11 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 oldlaptop
11 days ago
tcl by oldlaptop
12 days ago
tcl by mookie
17 days ago
tcl by mookie
17 days ago
tcl by georgtree
18 days ago
tcl by georgtree
18 days ago
tcl by schelte
33 days ago
tcl by emiliano
41 days ago
tcl by fvogel
41 days ago
tcl by emiliano
41 days ago
Submit
New paste
Documentation
From Jabber