home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource
/
40_3.tcl
< prev
next >
Wrap
Text File
|
2003-04-16
|
114b
|
10 lines
#
# Example 40-3
# Padding provided by labels and buttons.
#
label .foo -text Foo -padx 20 -anchor e
pack .foo