home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource.old
/
24_2.tcl
< prev
next >
Wrap
Text File
|
2003-04-15
|
192b
|
12 lines
#
# Example 24-2
# Turning off geometry propagation.
#
frame .one -width 40 -height 40 -bg white
frame .two -width 100 -height 50 -bg grey50
pack propagate . false
pack .one .two -side top