You can call grid_forget()
on your widget to permanently remove it.
e.g
self.start.grid_forget()
If you wanted to clear the whole window then you could do the same on your main frame
.
volting
2010-09-19 01:52:13