pack forget

button .a \
   -text "aaa" \
   -command {pack forget .b}

button .b \
   -text "bbb" \

button .c \
   -text "ccc" \
   -command {pack .b}

  

pack .a

pack .c
pack .b

posted @ 2011-09-03 22:37  greencolor  阅读(167)  评论(0编辑  收藏  举报