home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
mac
/
exsource.old
/
2_2.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
165b
|
11 lines
#
# Example 2-2
# A standalone Tk script on UNIX.
#
#!/usr/local/bin/wish
button .hello -text Hello -command {puts "Hello, World!"}
pack .hello -padx 10 -pady 10