raise

raise - Change a window's position in the stacking order

button .b -text "Hi there!"
pack [frame .f -background blue]
pack [label .f.l1 -text "This is above"]
pack .b -in .f
pack [label .f.l2 -text "This is below"]
raise .b

posted @ 2011-08-12 15:05  greencolor  阅读(116)  评论(0)    收藏  举报