summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk/example/hello.tcl
blob: 9e9985c1558a97e27d66238c4a3304318e2a3e8d (plain)
1
2
3
4
5
#!/usr/local/bin/wish4.0

button .hello -text "Hello, TclTk!"

pack .hello