summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/examples_labltk/hello.tcl
blob: 84ceccd6d1fa0828934340536e82d2afe39b6453 (plain)
1
2
3
4
5
#!/usr/bin/wish

button .hello -text "Hello, TclTk!"

pack .hello