Improved handling of case where child is killed by a signal
[tcl-tlc.git] / examples / diary.tcl
blob4589656c0dbbffde3298514e3105d893e13d5d0c
1 #!/tcl8.4/bin/wish8.4
3 package require TLC
4 namespace import tlc::*
7 tlc::Diary .diary
9 Tools .tools
10 .tools add "Close" {exit} right
12 table . -padx {3 3} -pady {3 3} \
13 .diary 1,1 -fill both \
14 .tools 2,1 -fill x