ocaml/otherlibs/labltk/example/hello.tcl

6 lines
75 B
Tcl
Executable File

#!/usr/local/bin/wish4.0
button .hello -text "Hello, TclTk!"
pack .hello