home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Practical Programming in Tcl & Tk (4th Edition)
/
TCLBOOK4.BIN
/
pc
/
exsource
/
27_4.tcl
< prev
next >
Wrap
Text File
|
2003-04-16
|
144b
|
10 lines
#
# Example 27-4
# Positioning a window above a sibling with place.
#
place $w -in $sibling -relx 0.5 -y -5 -anchor s \
-bordermode outside