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  阅读(108)  评论(0编辑  收藏  举报