Fixes for componentized Pagedform
[tcl-tlc.git] / examples / test_mytoplevel.tcl
blob3ffb113ad1ade1d4ee45bf94d31612b4c9a28b52
1 #!/usr/bin/tclsh
3 source "boilerplate.tcl"
5 set t [tlc::Mytoplevel .t]
7 destroy .t
9 puts "children of the .:"
10 puts [join [winfo children .] \n]
12 puts "objects:"
13 puts [join [find objects] \n]