button .a \ -text "aaa" \ -command {pack forget .b}
button .b \ -text "bbb" \
button .c \ -text "ccc" \ -command {pack .b}
pack .a
pack .cpack .b